Html Css Color HEX #CCAEDE Prelude

📋 copy color: '#CCAEDE'

red 204 ◦ green 174 ◦ blue 222

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

Shades of Prelude #CCAEDE

Tints of Prelude #CCAEDE

RGB

 RED value IS 204 (80.08% from 255) = 34%

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

 BLUE value IS 222 (87.11% from 255) = 37%

R = 34%
G = 29%
B = 37%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCAEDE (or 0xCCAEDE) is known color: Prelude. HEX triplet: CC, AE and DE. RGB value is (204,174,222). Sum of RGB (Red+Green+Blue) = 204+174+222=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDE is #335121. Grayscale: #BCBCBC. Windows color (decimal): -3363106 or 14593740. OLE color: 14593740.

HSL color Cylindrical-coordinate representation of color #CCAEDE: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAEDE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 174 222 -
CMYK 0.08 0.22 0 0.13
HSL 277.5º 0.42% 0.78% -
HSV(B) 277.5º 0.22% 0.87% -
XYZ 53.22 48.38 75.64 -
YUV 188.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 204 174 222 0.08 0.22 0 0.13 277.5 0.42 0.78
Hex CC AE DE 8 16 0 D 116 2A 4E
Octal 314 256 336 10 26 0 15 426 52 116
Binary 11001100 10101110 11011110 1000 10110 0 1101 100010110 101010 1001110

Color Harmonies of #CCAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEDE

Black with #CCAEDE

Text Example


Text Example

White with #CCAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEDE; }

 p { color: rgb(204,174,222); }

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

background-color css

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

 a { background-color: rgb(204,174,222); }

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

border-color css

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

 span { border-color: rgb(204,174,222); }

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