Html Css Color HEX #CAADD2 Prelude

📋 copy color: '#CAADD2'

red 202 ◦ green 173 ◦ blue 210

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

Shades of Prelude #CAADD2

Tints of Prelude #CAADD2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.57%

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 34.53%
G = 29.57%
B = 35.9%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAADD2 (or 0xCAADD2) is known color: Prelude. HEX triplet: CA, AD and D2. RGB value is (202,173,210). Sum of RGB (Red+Green+Blue) = 202+173+210=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD2 is #35522D. Grayscale: #B9B9B9. Windows color (decimal): -3494446 or 13807050. OLE color: 13807050.

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

Color convert

RGB 202 173 210 -
CMYK 0.04 0.18 0 0.18
HSL 287.03º 0.29% 0.75% -
HSV(B) 287.03º 0.18% 0.82% -
XYZ 50.93 47.1 67.38 -
YUV 185.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 202 173 210 0.04 0.18 0 0.18 287.03 0.29 0.75
Hex CA AD D2 4 12 0 12 11F 1D 4B
Octal 312 255 322 4 22 0 22 437 35 113
Binary 11001010 10101101 11010010 100 10010 0 10010 100011111 11101 1001011

Color Harmonies of #CAADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADD2

Black with #CAADD2

Text Example


Text Example

White with #CAADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADD2; }

 p { color: rgb(202,173,210); }

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

background-color css

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

 a { background-color: rgb(202,173,210); }

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

border-color css

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

 span { border-color: rgb(202,173,210); }

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