Html Css Color HEX #CAB5D7 Prelude

📋 copy color: '#CAB5D7'

red 202 ◦ green 181 ◦ blue 215

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

Shades of Prelude #CAB5D7

Tints of Prelude #CAB5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 33.78%
G = 30.27%
B = 35.95%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAB5D7 (or 0xCAB5D7) is known color: Prelude. HEX triplet: CA, B5 and D7. RGB value is (202,181,215). Sum of RGB (Red+Green+Blue) = 202+181+215=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5D7 is #354A28. Grayscale: #BFBFBF. Windows color (decimal): -3492393 or 14136778. OLE color: 14136778.

HSL color Cylindrical-coordinate representation of color #CAB5D7: hue angle of 277.06º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB5D7 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 181 215 -
CMYK 0.06 0.16 0 0.16
HSL 277.06º 0.3% 0.78% -
HSV(B) 277.06º 0.16% 0.84% -
XYZ 53.15 50.51 71.24 -
YUV 191.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 202 181 215 0.06 0.16 0 0.16 277.06 0.3 0.78
Hex CA B5 D7 6 10 0 10 115 1E 4E
Octal 312 265 327 6 20 0 20 425 36 116
Binary 11001010 10110101 11010111 110 10000 0 10000 100010101 11110 1001110

Color Harmonies of #CAB5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5D7

Black with #CAB5D7

Text Example


Text Example

White with #CAB5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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