Html Css Color HEX #CCE2D6 Mystic

📋 copy color: '#CCE2D6'

red 204 ◦ green 226 ◦ blue 214

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

Shades of Mystic #CCE2D6

Tints of Mystic #CCE2D6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

 BLUE value IS 214 (83.98% from 255) = 33.23%

R = 31.68%
G = 35.09%
B = 33.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#CCE2D6 (or 0xCCE2D6) is known color: Mystic. HEX triplet: CC, E2 and D6. RGB value is (204,226,214). Sum of RGB (Red+Green+Blue) = 204+226+214=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2D6 is #331D29. Grayscale: #DADADA. Windows color (decimal): -3349802 or 14082764. OLE color: 14082764.

HSL color Cylindrical-coordinate representation of color #CCE2D6: hue angle of 147.27º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2D6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 214 -
CMYK 0.10 0 0.05 0.11
HSL 147.27º 0.28% 0.84% -
HSV(B) 147.27º 0.1% 0.89% -
XYZ 64.24 72.09 74.15 -
YUV 218.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 204 226 214 0.10 0 0.05 0.11 147.27 0.28 0.84
Hex CC E2 D6 A 0 5 B 93 1C 54
Octal 314 342 326 12 0 5 13 223 34 124
Binary 11001100 11100010 11010110 1010 0 101 1011 10010011 11100 1010100

Color Harmonies of #CCE2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2D6

Black with #CCE2D6

Text Example


Text Example

White with #CCE2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2D6; }

 p { color: rgb(204,226,214); }

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

background-color css

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

 a { background-color: rgb(204,226,214); }

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

border-color css

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

 span { border-color: rgb(204,226,214); }

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