Html Css Color HEX #CCFACF Granny Apple

📋 copy color: '#CCFACF'

red 204 ◦ green 250 ◦ blue 207

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

Shades of Granny Apple #CCFACF

Tints of Granny Apple #CCFACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.82%

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

R = 30.86%
G = 37.82%
B = 31.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#CCFACF (or 0xCCFACF) is known color: Granny Apple. HEX triplet: CC, FA and CF. RGB value is (204,250,207). Sum of RGB (Red+Green+Blue) = 204+250+207=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACF is #330530. Grayscale: #E7E7E7. Windows color (decimal): -3343665 or 13630156. OLE color: 13630156.

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

Color convert

RGB 204 250 207 -
CMYK 0.18 0 0.17 0.02
HSL 123.91º 0.82% 0.89% -
HSV(B) 123.91º 0.18% 0.98% -
XYZ 70.35 85.71 71.87 -
YUV 231.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 204 250 207 0.18 0 0.17 0.02 123.91 0.82 0.89
Hex CC FA CF 12 0 11 2 7C 52 59
Octal 314 372 317 22 0 21 2 174 122 131
Binary 11001100 11111010 11001111 10010 0 10001 10 1111100 1010010 1011001

Color Harmonies of #CCFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFACF

Black with #CCFACF

Text Example


Text Example

White with #CCFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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