Html Css Color HEX #CCADDE Prelude

📋 copy color: '#CCADDE'

red 204 ◦ green 173 ◦ blue 222

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

Shades of Prelude #CCADDE

Tints of Prelude #CCADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.88%

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

R = 34.06%
G = 28.88%
B = 37.06%

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

#CCADDE (or 0xCCADDE) is known color: Prelude. HEX triplet: CC, AD and DE. RGB value is (204,173,222). Sum of RGB (Red+Green+Blue) = 204+173+222=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDE is #335221. Grayscale: #BBBBBB. Windows color (decimal): -3363362 or 14593484. OLE color: 14593484.

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

Color convert

RGB 204 173 222 -
CMYK 0.08 0.22 0 0.13
HSL 277.96º 0.43% 0.77% -
HSV(B) 277.96º 0.22% 0.87% -
XYZ 53.03 48 75.58 -
YUV 187.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 204 173 222 0.08 0.22 0 0.13 277.96 0.43 0.77
Hex CC AD DE 8 16 0 D 116 2B 4D
Octal 314 255 336 10 26 0 15 426 53 115
Binary 11001100 10101101 11011110 1000 10110 0 1101 100010110 101011 1001101

Color Harmonies of #CCADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADDE

Black with #CCADDE

Text Example


Text Example

White with #CCADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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