Html Css Color HEX #CCAED7 Prelude

📋 copy color: '#CCAED7'

red 204 ◦ green 174 ◦ blue 215

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

Shades of Prelude #CCAED7

Tints of Prelude #CCAED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 34.4%
G = 29.34%
B = 36.26%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCAED7 (or 0xCCAED7) is known color: Prelude. HEX triplet: CC, AE and D7. RGB value is (204,174,215). Sum of RGB (Red+Green+Blue) = 204+174+215=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED7 is #335128. Grayscale: #BBBBBB. Windows color (decimal): -3363113 or 14134988. OLE color: 14134988.

HSL color Cylindrical-coordinate representation of color #CCAED7: hue angle of 283.9º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCAED7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 174 215 -
CMYK 0.05 0.19 0 0.16
HSL 283.9º 0.34% 0.76% -
HSV(B) 283.9º 0.19% 0.84% -
XYZ 52.3 48.02 70.8 -
YUV 187.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 204 174 215 0.05 0.19 0 0.16 283.9 0.34 0.76
Hex CC AE D7 5 13 0 10 11C 22 4C
Octal 314 256 327 5 23 0 20 434 42 114
Binary 11001100 10101110 11010111 101 10011 0 10000 100011100 100010 1001100

Color Harmonies of #CCAED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAED7

Black with #CCAED7

Text Example


Text Example

White with #CCAED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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