Html Css Color HEX #CAAFDA Prelude

📋 copy color: '#CAAFDA'

red 202 ◦ green 175 ◦ blue 218

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

Shades of Prelude #CAAFDA

Tints of Prelude #CAAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 33.95%
G = 29.41%
B = 36.64%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAAFDA (or 0xCAAFDA) is known color: Prelude. HEX triplet: CA, AF and DA. RGB value is (202,175,218). Sum of RGB (Red+Green+Blue) = 202+175+218=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFDA is #355025. Grayscale: #BBBBBB. Windows color (decimal): -3493926 or 14331850. OLE color: 14331850.

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

Color convert

RGB 202 175 218 -
CMYK 0.07 0.20 0 0.15
HSL 277.67º 0.37% 0.77% -
HSV(B) 277.67º 0.2% 0.85% -
XYZ 52.34 48.28 72.89 -
YUV 187.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 202 175 218 0.07 0.20 0 0.15 277.67 0.37 0.77
Hex CA AF DA 7 14 0 F 116 25 4D
Octal 312 257 332 7 24 0 17 426 45 115
Binary 11001010 10101111 11011010 111 10100 0 1111 100010110 100101 1001101

Color Harmonies of #CAAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFDA

Black with #CAAFDA

Text Example


Text Example

White with #CAAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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