Html Css Color HEX #CCAEDD Prelude

📋 copy color: '#CCAEDD'

red 204 ◦ green 174 ◦ blue 221

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

Shades of Prelude #CCAEDD

Tints of Prelude #CCAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 34.06%
G = 29.05%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCAEDD (or 0xCCAEDD) is known color: Prelude. HEX triplet: CC, AE and DD. RGB value is (204,174,221). Sum of RGB (Red+Green+Blue) = 204+174+221=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDD is #335122. Grayscale: #BCBCBC. Windows color (decimal): -3363107 or 14528204. OLE color: 14528204.

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

Color convert

RGB 204 174 221 -
CMYK 0.08 0.21 0 0.13
HSL 278.3º 0.41% 0.77% -
HSV(B) 278.3º 0.21% 0.87% -
XYZ 53.09 48.33 74.94 -
YUV 188.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 204 174 221 0.08 0.21 0 0.13 278.3 0.41 0.77
Hex CC AE DD 8 15 0 D 116 29 4D
Octal 314 256 335 10 25 0 15 426 51 115
Binary 11001100 10101110 11011101 1000 10101 0 1101 100010110 101001 1001101

Color Harmonies of #CCAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEDD

Black with #CCAEDD

Text Example


Text Example

White with #CCAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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