Html Css Color HEX #CAAFDB Prelude

📋 copy color: '#CAAFDB'

red 202 ◦ green 175 ◦ blue 219

#CAAFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CAAFDB

Tints of Prelude #CAAFDB

RGB

 RED value IS 202 (79.3% 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 value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAAFDB (or 0xCAAFDB) is known color: 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

RGB 202 175 219 -
CMYK 0.08 0.20 0 0.14
HSL 276.82º 0.38% 0.77% -
HSV(B) 276.82º 0.2% 0.86% -
XYZ 52.47 48.33 73.58 -
YUV 188.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 202 175 219 0.08 0.20 0 0.14 276.82 0.38 0.77
Hex CA AF DB 8 14 0 E 115 26 4D
Octal 312 257 333 10 24 0 16 425 46 115
Binary 11001010 10101111 11011011 1000 10100 0 1110 100010101 100110 1001101

Color Harmonies of #CAAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFDB

Black with #CAAFDB

Text Example


Text Example

White with #CAAFDB

Text Example


Text Example

HTML Codes & Css Web 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>