#CAAFDB

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

Shades of Prelude #CAAFDB

Tints of Prelude #CAAFDB

Color information

#CAAFDB (or 0xCAAFDB) is unknown color: approx Prelude. HEX triplet: CA, AF and DB. RGB value is (202,175,219). Sum of RGB (Red+Green+Blue) = 202+175+219=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFDB is #355024. Grayscale: #BBBBBB. Windows color (decimal): -3493925 or 14397386. OLE color: 14397386.

HSL color Cylindrical-coordinate representation of color #CAAFDB: hue angle of 276.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAAFDB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202175219-
CMYK0.080.2000.14
HSL276.82º37.93%77.25%-
HSV(B)276.82º20.09%85.88%-
XYZ52.4748.3373.58-
YUV188.09145.45137.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=33.89%
G=29.36%
B=36.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021752190.080.2000.14276.8237.9377.25
HexCAAFDB8140E115264d
Octal312257333102401642546115
Binary110010101010111111011011100010100011101000101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFDB; }

 p { color: rgb(202,175,219); }

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

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

 a { background-color: rgb(202,175,219); }

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

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

 span { border-color: rgb(202,175,219); }

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