Html Css Color HEX #CAAED0 Prelude

📋 copy color: '#CAAED0'

red 202 ◦ green 174 ◦ blue 208

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

Shades of Prelude #CAAED0

Tints of Prelude #CAAED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 34.59%
G = 29.79%
B = 35.62%

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

#CAAED0 (or 0xCAAED0) is known color: Prelude. HEX triplet: CA, AE and D0. RGB value is (202,174,208). Sum of RGB (Red+Green+Blue) = 202+174+208=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED0 is #35512F. Grayscale: #BABABA. Windows color (decimal): -3494192 or 13676234. OLE color: 13676234.

HSL color Cylindrical-coordinate representation of color #CAAED0: hue angle of 289.41º 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 #CAAED0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 174 208 -
CMYK 0.03 0.16 0 0.18
HSL 289.41º 0.27% 0.75% -
HSV(B) 289.41º 0.16% 0.82% -
XYZ 50.88 47.38 66.14 -
YUV 186.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 202 174 208 0.03 0.16 0 0.18 289.41 0.27 0.75
Hex CA AE D0 3 10 0 12 121 1B 4B
Octal 312 256 320 3 20 0 22 441 33 113
Binary 11001010 10101110 11010000 11 10000 0 10010 100100001 11011 1001011

Color Harmonies of #CAAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAED0

Black with #CAAED0

Text Example


Text Example

White with #CAAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAED0; }

 p { color: rgb(202,174,208); }

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

background-color css

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

 a { background-color: rgb(202,174,208); }

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

border-color css

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

 span { border-color: rgb(202,174,208); }

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