Html Css Color HEX #CAB2CE Prelude

📋 copy color: '#CAB2CE'

red 202 ◦ green 178 ◦ blue 206

#CAB2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CAB2CE

Tints of Prelude #CAB2CE

RGB

 RED value IS 202 (79.3% from 255) = 34.47%

 GREEN value IS 178 (69.92% from 255) = 30.38%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 34.47%
G = 30.38%
B = 35.15%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAB2CE (or 0xCAB2CE) is known color: Prelude. HEX triplet: CA, B2 and CE. RGB value is (202,178,206). Sum of RGB (Red+Green+Blue) = 202+178+206=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2CE is #354D31. Grayscale: #BCBCBC. Windows color (decimal): -3493170 or 13546186. OLE color: 13546186.

HSL color Cylindrical-coordinate representation of color #CAB2CE: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB2CE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 178 206 -
CMYK 0.02 0.14 0 0.19
HSL 291.43º 0.22% 0.75% -
HSV(B) 291.43º 0.14% 0.81% -
XYZ 51.42 48.85 65.11 -
YUV 188.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 202 178 206 0.02 0.14 0 0.19 291.43 0.22 0.75
Hex CA B2 CE 2 E 0 13 123 16 4B
Octal 312 262 316 2 16 0 23 443 26 113
Binary 11001010 10110010 11001110 10 1110 0 10011 100100011 10110 1001011

Color Harmonies of #CAB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2CE

Black with #CAB2CE

Text Example


Text Example

White with #CAB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2CE; }

 p { color: rgb(202,178,206); }

 H1.HeaderClassName
 {
   color: #CAB2CE;
 }
 .AnyTagClassName
 {
   color: #CAB2CE;
 }
</style>

background-color css

<style>
 a { background-color: #CAB2CE; }

 a { background-color: rgb(202,178,206); }

 div.DivClassName
 {
   background-color: #CAB2CE;
 }
 .BgClassName
 {
   background-color: #CAB2CE;
 }
</style>

border-color css

<style>
 span { border-color: #CAB2CE; }

 span { border-color: rgb(202,178,206); }

 td.TdClassName
 {
   border-color: #CAB2CE;
 }
 .TagClassName
 {
   border-color: #CAB2CE;
 }
</style>