#CABCD7

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

Shades of Prelude #CABCD7

Tints of Prelude #CABCD7

Color information

#CABCD7 (or 0xCABCD7) is unknown color: approx Prelude. HEX triplet: CA, BC and D7. RGB value is (202,188,215). Sum of RGB (Red+Green+Blue) = 202+188+215=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD7 is #354328. Grayscale: #C3C3C3. Windows color (decimal): -3490601 or 14138570. OLE color: 14138570.

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

Color convert

RGB202188215-
CMYK0.060.1300.16
HSL271.11º25.23%79.02%-
HSV(B)271.11º12.56%84.31%-
XYZ54.6153.4371.72-
YUV195.26139.14132.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=33.39%
G=31.07%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021882150.060.1300.16271.1125.2379.02
HexCABCD76D01010f194f
Octal31227432761502041731117
Binary1100101010111100110101111101101010000100001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD7; }

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

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

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

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

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

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

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

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