Html Css Color HEX #CCFFD6 Granny Apple

📋 copy color: '#CCFFD6'

red 204 ◦ green 255 ◦ blue 214

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

Shades of Granny Apple #CCFFD6

Tints of Granny Apple #CCFFD6

RGB

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

 GREEN value IS 255 (100% from 255) = 37.89%

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

R = 30.31%
G = 37.89%
B = 31.8%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#CCFFD6 (or 0xCCFFD6) is known color: Granny Apple. HEX triplet: CC, FF and D6. RGB value is (204,255,214). Sum of RGB (Red+Green+Blue) = 204+255+214=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD6 is #330029. Grayscale: #EBEBEB. Windows color (decimal): -3342378 or 14090188. OLE color: 14090188.

HSL color Cylindrical-coordinate representation of color #CCFFD6: hue angle of 131.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFD6 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 214 -
CMYK 0.2 0 0.16 0
HSL 131.76º 1% 0.9% -
HSV(B) 131.76º 0.2% 1% -
XYZ 72.8 89.21 77 -
YUV 235.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 204 255 214 0.2 0 0.16 0 131.76 1 0.9
Hex CC FF D6 14 0 10 0 84 64 5A
Octal 314 377 326 24 0 20 0 204 144 132
Binary 11001100 11111111 11010110 10100 0 10000 0 10000100 1100100 1011010

Color Harmonies of #CCFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFD6

Black with #CCFFD6

Text Example


Text Example

White with #CCFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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