Html Css Color HEX #CAAEDA Prelude

📋 copy color: '#CAAEDA'

red 202 ◦ green 174 ◦ blue 218

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

Shades of Prelude #CAAEDA

Tints of Prelude #CAAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 34.01%
G = 29.29%
B = 36.7%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAAEDA (or 0xCAAEDA) is known color: Prelude. HEX triplet: CA, AE and DA. RGB value is (202,174,218). Sum of RGB (Red+Green+Blue) = 202+174+218=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEDA is #355125. Grayscale: #BBBBBB. Windows color (decimal): -3494182 or 14331594. OLE color: 14331594.

HSL color Cylindrical-coordinate representation of color #CAAEDA: hue angle of 278.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAAEDA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 174 218 -
CMYK 0.07 0.20 0 0.15
HSL 278.18º 0.37% 0.77% -
HSV(B) 278.18º 0.2% 0.85% -
XYZ 52.15 47.89 72.82 -
YUV 187.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 202 174 218 0.07 0.20 0 0.15 278.18 0.37 0.77
Hex CA AE DA 7 14 0 F 116 25 4D
Octal 312 256 332 7 24 0 17 426 45 115
Binary 11001010 10101110 11011010 111 10100 0 1111 100010110 100101 1001101

Color Harmonies of #CAAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEDA

Black with #CAAEDA

Text Example


Text Example

White with #CAAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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