Html Css Color HEX #CAAFD9 Prelude

📋 copy color: '#CAAFD9'

red 202 ◦ green 175 ◦ blue 217

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

Shades of Prelude #CAAFD9

Tints of Prelude #CAAFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 34.01%
G = 29.46%
B = 36.53%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAAFD9 (or 0xCAAFD9) is known color: Prelude. HEX triplet: CA, AF and D9. RGB value is (202,175,217). Sum of RGB (Red+Green+Blue) = 202+175+217=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD9 is #355026. Grayscale: #BBBBBB. Windows color (decimal): -3493927 or 14266314. OLE color: 14266314.

HSL color Cylindrical-coordinate representation of color #CAAFD9: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAFD9 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 175 217 -
CMYK 0.07 0.19 0 0.15
HSL 278.57º 0.36% 0.77% -
HSV(B) 278.57º 0.19% 0.85% -
XYZ 52.21 48.23 72.2 -
YUV 187.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 202 175 217 0.07 0.19 0 0.15 278.57 0.36 0.77
Hex CA AF D9 7 13 0 F 117 24 4D
Octal 312 257 331 7 23 0 17 427 44 115
Binary 11001010 10101111 11011001 111 10011 0 1111 100010111 100100 1001101

Color Harmonies of #CAAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFD9

Black with #CAAFD9

Text Example


Text Example

White with #CAAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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