Html Css Color HEX #CAAED4 Prelude

📋 copy color: '#CAAED4'

red 202 ◦ green 174 ◦ blue 212

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

Shades of Prelude #CAAED4

Tints of Prelude #CAAED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 34.35%
G = 29.59%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CAAED4 (or 0xCAAED4) is known color: Prelude. HEX triplet: CA, AE and D4. RGB value is (202,174,212). Sum of RGB (Red+Green+Blue) = 202+174+212=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED4 is #35512B. Grayscale: #BABABA. Windows color (decimal): -3494188 or 13938378. OLE color: 13938378.

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

Color convert

RGB 202 174 212 -
CMYK 0.05 0.18 0 0.17
HSL 284.21º 0.31% 0.76% -
HSV(B) 284.21º 0.18% 0.83% -
XYZ 51.38 47.58 68.76 -
YUV 186.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 202 174 212 0.05 0.18 0 0.17 284.21 0.31 0.76
Hex CA AE D4 5 12 0 11 11C 1F 4C
Octal 312 256 324 5 22 0 21 434 37 114
Binary 11001010 10101110 11010100 101 10010 0 10001 100011100 11111 1001100

Color Harmonies of #CAAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAED4

Black with #CAAED4

Text Example


Text Example

White with #CAAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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