Html Css Color HEX #CAB5D9 Prelude

📋 copy color: '#CAB5D9'

red 202 ◦ green 181 ◦ blue 217

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

Shades of Prelude #CAB5D9

Tints of Prelude #CAB5D9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.17%

 BLUE value IS 217 (85.16% from 255) = 36.17%

R = 33.67%
G = 30.17%
B = 36.17%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAB5D9 (or 0xCAB5D9) is known color: Prelude. HEX triplet: CA, B5 and D9. RGB value is (202,181,217). Sum of RGB (Red+Green+Blue) = 202+181+217=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5D9 is #354A26. Grayscale: #BFBFBF. Windows color (decimal): -3492391 or 14267850. OLE color: 14267850.

HSL color Cylindrical-coordinate representation of color #CAB5D9: hue angle of 275º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB5D9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 181 217 -
CMYK 0.07 0.17 0 0.15
HSL 275º 0.32% 0.78% -
HSV(B) 275º 0.17% 0.85% -
XYZ 53.41 50.61 72.6 -
YUV 191.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 202 181 217 0.07 0.17 0 0.15 275 0.32 0.78
Hex CA B5 D9 7 11 0 F 113 20 4E
Octal 312 265 331 7 21 0 17 423 40 116
Binary 11001010 10110101 11011001 111 10001 0 1111 100010011 100000 1001110

Color Harmonies of #CAB5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5D9

Black with #CAB5D9

Text Example


Text Example

White with #CAB5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5D9; }

 p { color: rgb(202,181,217); }

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

background-color css

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

 a { background-color: rgb(202,181,217); }

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

border-color css

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

 span { border-color: rgb(202,181,217); }

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