Html Css Color HEX #CCE0D5 Mystic

📋 copy color: '#CCE0D5'

red 204 ◦ green 224 ◦ blue 213

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

Shades of Mystic #CCE0D5

Tints of Mystic #CCE0D5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.95%

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

R = 31.83%
G = 34.95%
B = 33.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#CCE0D5 (or 0xCCE0D5) is known color: Mystic. HEX triplet: CC, E0 and D5. RGB value is (204,224,213). Sum of RGB (Red+Green+Blue) = 204+224+213=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D5 is #331F2A. Grayscale: #D8D8D8. Windows color (decimal): -3350315 or 14016716. OLE color: 14016716.

HSL color Cylindrical-coordinate representation of color #CCE0D5: hue angle of 147º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0D5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 213 -
CMYK 0.09 0 0.05 0.12
HSL 147º 0.24% 0.84% -
HSV(B) 147º 0.09% 0.88% -
XYZ 63.57 70.95 73.3 -
YUV 216.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 204 224 213 0.09 0 0.05 0.12 147 0.24 0.84
Hex CC E0 D5 9 0 5 C 93 18 54
Octal 314 340 325 11 0 5 14 223 30 124
Binary 11001100 11100000 11010101 1001 0 101 1100 10010011 11000 1010100

Color Harmonies of #CCE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0D5

Black with #CCE0D5

Text Example


Text Example

White with #CCE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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