Html Css Color HEX #CCAED5 Prelude

📋 copy color: '#CCAED5'

red 204 ◦ green 174 ◦ blue 213

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

Shades of Prelude #CCAED5

Tints of Prelude #CCAED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.04%

R = 34.52%
G = 29.44%
B = 36.04%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCAED5 (or 0xCCAED5) is known color: Prelude. HEX triplet: CC, AE and D5. RGB value is (204,174,213). Sum of RGB (Red+Green+Blue) = 204+174+213=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED5 is #33512A. Grayscale: #BBBBBB. Windows color (decimal): -3363115 or 14003916. OLE color: 14003916.

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

Color convert

RGB 204 174 213 -
CMYK 0.04 0.18 0 0.16
HSL 286.15º 0.32% 0.76% -
HSV(B) 286.15º 0.18% 0.84% -
XYZ 52.05 47.91 69.46 -
YUV 187.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 204 174 213 0.04 0.18 0 0.16 286.15 0.32 0.76
Hex CC AE D5 4 12 0 10 11E 20 4C
Octal 314 256 325 4 22 0 20 436 40 114
Binary 11001100 10101110 11010101 100 10010 0 10000 100011110 100000 1001100

Color Harmonies of #CCAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAED5

Black with #CCAED5

Text Example


Text Example

White with #CCAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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