Html Css Color HEX #CCF4CF Granny Apple

📋 copy color: '#CCF4CF'

red 204 ◦ green 244 ◦ blue 207

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

Shades of Granny Apple #CCF4CF

Tints of Granny Apple #CCF4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 31.15%
G = 37.25%
B = 31.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#CCF4CF (or 0xCCF4CF) is known color: Granny Apple. HEX triplet: CC, F4 and CF. RGB value is (204,244,207). Sum of RGB (Red+Green+Blue) = 204+244+207=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4CF is #330B30. Grayscale: #E3E3E3. Windows color (decimal): -3345201 or 13628620. OLE color: 13628620.

HSL color Cylindrical-coordinate representation of color #CCF4CF: hue angle of 124.5º 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 #CCF4CF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 207 -
CMYK 0.16 0 0.15 0.04
HSL 124.5º 0.65% 0.88% -
HSV(B) 124.5º 0.16% 0.96% -
XYZ 68.52 82.04 71.26 -
YUV 227.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 204 244 207 0.16 0 0.15 0.04 124.5 0.65 0.88
Hex CC F4 CF 10 0 F 4 7C 41 58
Octal 314 364 317 20 0 17 4 174 101 130
Binary 11001100 11110100 11001111 10000 0 1111 100 1111100 1000001 1011000

Color Harmonies of #CCF4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4CF

Black with #CCF4CF

Text Example


Text Example

White with #CCF4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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