Html Css Color HEX #CAADD1 Prelude

📋 copy color: '#CAADD1'

red 202 ◦ green 173 ◦ blue 209

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

Shades of Prelude #CAADD1

Tints of Prelude #CAADD1

RGB

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

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

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

R = 34.59%
G = 29.62%
B = 35.79%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAADD1 (or 0xCAADD1) is known color: Prelude. HEX triplet: CA, AD and D1. RGB value is (202,173,209). Sum of RGB (Red+Green+Blue) = 202+173+209=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD1 is #35522E. Grayscale: #B9B9B9. Windows color (decimal): -3494447 or 13741514. OLE color: 13741514.

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

Color convert

RGB 202 173 209 -
CMYK 0.03 0.17 0 0.18
HSL 288.33º 0.28% 0.75% -
HSV(B) 288.33º 0.17% 0.82% -
XYZ 50.81 47.05 66.72 -
YUV 185.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 202 173 209 0.03 0.17 0 0.18 288.33 0.28 0.75
Hex CA AD D1 3 11 0 12 120 1C 4B
Octal 312 255 321 3 21 0 22 440 34 113
Binary 11001010 10101101 11010001 11 10001 0 10010 100100000 11100 1001011

Color Harmonies of #CAADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADD1

Black with #CAADD1

Text Example


Text Example

White with #CAADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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