Html Css Color HEX #CAAED3 Prelude

📋 copy color: '#CAAED3'

red 202 ◦ green 174 ◦ blue 211

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

Shades of Prelude #CAAED3

Tints of Prelude #CAAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.95%

R = 34.41%
G = 29.64%
B = 35.95%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CAAED3 (or 0xCAAED3) is known color: Prelude. HEX triplet: CA, AE and D3. RGB value is (202,174,211). Sum of RGB (Red+Green+Blue) = 202+174+211=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED3 is #35512C. Grayscale: #BABABA. Windows color (decimal): -3494189 or 13872842. OLE color: 13872842.

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

Color convert

RGB 202 174 211 -
CMYK 0.04 0.18 0 0.17
HSL 285.41º 0.3% 0.75% -
HSV(B) 285.41º 0.18% 0.83% -
XYZ 51.25 47.53 68.1 -
YUV 186.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 202 174 211 0.04 0.18 0 0.17 285.41 0.3 0.75
Hex CA AE D3 4 12 0 11 11D 1E 4B
Octal 312 256 323 4 22 0 21 435 36 113
Binary 11001010 10101110 11010011 100 10010 0 10001 100011101 11110 1001011

Color Harmonies of #CAAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAED3

Black with #CAAED3

Text Example


Text Example

White with #CAAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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