Html Css Color HEX #CCF4D6 Granny Apple

📋 copy color: '#CCF4D6'

red 204 ◦ green 244 ◦ blue 214

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

Shades of Granny Apple #CCF4D6

Tints of Granny Apple #CCF4D6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.86%

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

R = 30.82%
G = 36.86%
B = 32.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#CCF4D6 (or 0xCCF4D6) is known color: Granny Apple. HEX triplet: CC, F4 and D6. RGB value is (204,244,214). Sum of RGB (Red+Green+Blue) = 204+244+214=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4D6 is #330B29. Grayscale: #E4E4E4. Windows color (decimal): -3345194 or 14087372. OLE color: 14087372.

HSL color Cylindrical-coordinate representation of color #CCF4D6: hue angle of 135º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4D6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 214 -
CMYK 0.16 0 0.12 0.04
HSL 135º 0.65% 0.88% -
HSV(B) 135º 0.16% 0.96% -
XYZ 69.39 82.39 75.86 -
YUV 228.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 204 244 214 0.16 0 0.12 0.04 135 0.65 0.88
Hex CC F4 D6 10 0 C 4 87 41 58
Octal 314 364 326 20 0 14 4 207 101 130
Binary 11001100 11110100 11010110 10000 0 1100 100 10000111 1000001 1011000

Color Harmonies of #CCF4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4D6

Black with #CCF4D6

Text Example


Text Example

White with #CCF4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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