#CABDD6

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

Shades of Prelude #CABDD6

Tints of Prelude #CABDD6

Color information

#CABDD6 (or 0xCABDD6) is unknown color: approx Prelude. HEX triplet: CA, BD and D6. RGB value is (202,189,214). Sum of RGB (Red+Green+Blue) = 202+189+214=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD6 is #354229. Grayscale: #C3C3C3. Windows color (decimal): -3490346 or 14073290. OLE color: 14073290.

HSL color Cylindrical-coordinate representation of color #CABDD6: hue angle of 271.2º degrees, saturation: 0.23, 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 #CABDD6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202189214-
CMYK0.060.1200.16
HSL271.2º23.36%79.02%-
HSV(B)271.2º11.68%83.92%-
XYZ54.6953.8171.12-
YUV195.74138.31132.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=33.39%
G=31.24%
B=35.37%

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
Decimal2021892140.060.1200.16271.223.3679.02
HexCABDD66C01010f174f
Octal31227532661402041727117
Binary1100101010111101110101101101100010000100001111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD6; }

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

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

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

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

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

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

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

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