Html Css Color HEX #CCECD2 Granny Apple

📋 copy color: '#CCECD2'

red 204 ◦ green 236 ◦ blue 210

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

Shades of Granny Apple #CCECD2

Tints of Granny Apple #CCECD2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.31%

 BLUE value IS 210 (82.42% from 255) = 32.31%

R = 31.38%
G = 36.31%
B = 32.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CCECD2 (or 0xCCECD2) is known color: Granny Apple. HEX triplet: CC, EC and D2. RGB value is (204,236,210). Sum of RGB (Red+Green+Blue) = 204+236+210=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD2 is #33132D. Grayscale: #DFDFDF. Windows color (decimal): -3347246 or 13823180. OLE color: 13823180.

HSL color Cylindrical-coordinate representation of color #CCECD2: hue angle of 131.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECD2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 210 -
CMYK 0.14 0 0.11 0.07
HSL 131.25º 0.46% 0.86% -
HSV(B) 131.25º 0.14% 0.93% -
XYZ 66.53 77.48 72.42 -
YUV 223.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 204 236 210 0.14 0 0.11 0.07 131.25 0.46 0.86
Hex CC EC D2 E 0 B 7 83 2E 56
Octal 314 354 322 16 0 13 7 203 56 126
Binary 11001100 11101100 11010010 1110 0 1011 111 10000011 101110 1010110

Color Harmonies of #CCECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECD2

Black with #CCECD2

Text Example


Text Example

White with #CCECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECD2; }

 p { color: rgb(204,236,210); }

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

background-color css

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

 a { background-color: rgb(204,236,210); }

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

border-color css

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

 span { border-color: rgb(204,236,210); }

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