Html Css Color HEX #CCEBD4 Granny Apple

📋 copy color: '#CCEBD4'

red 204 ◦ green 235 ◦ blue 212

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

Shades of Granny Apple #CCEBD4

Tints of Granny Apple #CCEBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.1%

 BLUE value IS 212 (83.2% from 255) = 32.57%

R = 31.34%
G = 36.1%
B = 32.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#CCEBD4 (or 0xCCEBD4) is known color: Granny Apple. HEX triplet: CC, EB and D4. RGB value is (204,235,212). Sum of RGB (Red+Green+Blue) = 204+235+212=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD4 is #33142B. Grayscale: #DFDFDF. Windows color (decimal): -3347500 or 13953996. OLE color: 13953996.

HSL color Cylindrical-coordinate representation of color #CCEBD4: hue angle of 135.48º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBD4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 212 -
CMYK 0.13 0 0.10 0.08
HSL 135.48º 0.44% 0.86% -
HSV(B) 135.48º 0.13% 0.92% -
XYZ 66.49 77.01 73.65 -
YUV 223.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 204 235 212 0.13 0 0.10 0.08 135.48 0.44 0.86
Hex CC EB D4 D 0 A 8 87 2C 56
Octal 314 353 324 15 0 12 10 207 54 126
Binary 11001100 11101011 11010100 1101 0 1010 1000 10000111 101100 1010110

Color Harmonies of #CCEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBD4

Black with #CCEBD4

Text Example


Text Example

White with #CCEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBD4; }

 p { color: rgb(204,235,212); }

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

background-color css

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

 a { background-color: rgb(204,235,212); }

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

border-color css

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

 span { border-color: rgb(204,235,212); }

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