Html Css Color HEX #CCFBD8 Granny Apple

📋 copy color: '#CCFBD8'

red 204 ◦ green 251 ◦ blue 216

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

Shades of Granny Apple #CCFBD8

Tints of Granny Apple #CCFBD8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

 BLUE value IS 216 (84.77% from 255) = 32.19%

R = 30.4%
G = 37.41%
B = 32.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#CCFBD8 (or 0xCCFBD8) is known color: Granny Apple. HEX triplet: CC, FB and D8. RGB value is (204,251,216). Sum of RGB (Red+Green+Blue) = 204+251+216=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD8 is #330427. Grayscale: #E9E9E9. Windows color (decimal): -3343400 or 14220236. OLE color: 14220236.

HSL color Cylindrical-coordinate representation of color #CCFBD8: hue angle of 135.32º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBD8 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 216 -
CMYK 0.19 0 0.14 0.02
HSL 135.32º 0.85% 0.89% -
HSV(B) 135.32º 0.19% 0.98% -
XYZ 71.79 86.79 77.93 -
YUV 232.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 204 251 216 0.19 0 0.14 0.02 135.32 0.85 0.89
Hex CC FB D8 13 0 E 2 87 55 59
Octal 314 373 330 23 0 16 2 207 125 131
Binary 11001100 11111011 11011000 10011 0 1110 10 10000111 1010101 1011001

Color Harmonies of #CCFBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBD8

Black with #CCFBD8

Text Example


Text Example

White with #CCFBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBD8; }

 p { color: rgb(204,251,216); }

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

background-color css

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

 a { background-color: rgb(204,251,216); }

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

border-color css

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

 span { border-color: rgb(204,251,216); }

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