Html Css Color HEX #CAAFD1 Prelude

📋 copy color: '#CAAFD1'

red 202 ◦ green 175 ◦ blue 209

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

Shades of Prelude #CAAFD1

Tints of Prelude #CAAFD1

RGB

 RED value IS 202 (79.3% from 255) = 34.47%

 GREEN value IS 175 (68.75% from 255) = 29.86%

 BLUE value IS 209 (82.03% from 255) = 35.67%

R = 34.47%
G = 29.86%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAAFD1 (or 0xCAAFD1) is known color: Prelude. HEX triplet: CA, AF and D1. RGB value is (202,175,209). Sum of RGB (Red+Green+Blue) = 202+175+209=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD1 is #35502E. Grayscale: #BABABA. Windows color (decimal): -3493935 or 13742026. OLE color: 13742026.

HSL color Cylindrical-coordinate representation of color #CAAFD1: hue angle of 287.65º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAFD1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 175 209 -
CMYK 0.03 0.16 0 0.18
HSL 287.65º 0.27% 0.75% -
HSV(B) 287.65º 0.16% 0.82% -
XYZ 51.2 47.82 66.85 -
YUV 186.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 202 175 209 0.03 0.16 0 0.18 287.65 0.27 0.75
Hex CA AF D1 3 10 0 12 120 1B 4B
Octal 312 257 321 3 20 0 22 440 33 113
Binary 11001010 10101111 11010001 11 10000 0 10010 100100000 11011 1001011

Color Harmonies of #CAAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFD1

Black with #CAAFD1

Text Example


Text Example

White with #CAAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFD1; }

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

 H1.HeaderClassName
 {
   color: #CAAFD1;
 }
 .AnyTagClassName
 {
   color: #CAAFD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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