#CABDD5

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

Shades of Prelude #CABDD5

Tints of Prelude #CABDD5

Color information

#CABDD5 (or 0xCABDD5) is unknown color: approx Prelude. HEX triplet: CA, BD and D5. RGB value is (202,189,213). Sum of RGB (Red+Green+Blue) = 202+189+213=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD5 is #35422A. Grayscale: #C3C3C3. Windows color (decimal): -3490347 or 14007754. OLE color: 14007754.

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

Color convert

RGB202189213-
CMYK0.050.1100.16
HSL272.5º22.22%78.82%-
HSV(B)272.5º11.27%83.53%-
XYZ54.5653.7670.45-
YUV195.62137.81132.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=33.44%
G=31.29%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021892130.050.1100.16272.522.2278.82
HexCABDD55B010110164f
Octal31227532551302042026117
Binary1100101010111101110101011011011010000100010000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD5; }

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

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

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

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

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

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

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

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