#CABCD6

Color #CABCD6 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CABCD6

Tints of Prelude #CABCD6

Color information

#CABCD6 (or 0xCABCD6) is unknown color: approx Prelude. HEX triplet: CA, BC and D6. RGB value is (202,188,214). Sum of RGB (Red+Green+Blue) = 202+188+214=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD6 is #354329. Grayscale: #C3C3C3. Windows color (decimal): -3490602 or 14073034. OLE color: 14073034.

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

Color convert

RGB202188214-
CMYK0.060.1200.16
HSL272.31º24.07%78.82%-
HSV(B)272.31º12.15%83.92%-
XYZ54.4853.3871.05-
YUV195.15138.64132.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=33.44%
G=31.13%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021882140.060.1200.16272.3124.0778.82
HexCABCD66C010110184f
Octal31227432661402042030117
Binary1100101010111100110101101101100010000100010000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD6; }

 p { color: rgb(202,188,214); }

 H1.HeaderClassName
 {
   color: #CABCD6;
 }
 .AnyTagClassName
 {
   color: #CABCD6;
 }
</style>
background-color css

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

 a { background-color: rgb(202,188,214); }

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

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

 span { border-color: rgb(202,188,214); }

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