Html Css Color HEX #CCF8DA Granny Apple

📋 copy color: '#CCF8DA'

red 204 ◦ green 248 ◦ blue 218

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

Shades of Granny Apple #CCF8DA

Tints of Granny Apple #CCF8DA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.01%

 BLUE value IS 218 (85.55% from 255) = 32.54%

R = 30.45%
G = 37.01%
B = 32.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#CCF8DA (or 0xCCF8DA) is known color: Granny Apple. HEX triplet: CC, F8 and DA. RGB value is (204,248,218). Sum of RGB (Red+Green+Blue) = 204+248+218=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DA is #330725. Grayscale: #E7E7E7. Windows color (decimal): -3344166 or 14350540. OLE color: 14350540.

HSL color Cylindrical-coordinate representation of color #CCF8DA: hue angle of 139.09º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8DA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 218 -
CMYK 0.18 0 0.12 0.03
HSL 139.09º 0.76% 0.89% -
HSV(B) 139.09º 0.18% 0.97% -
XYZ 71.12 85.03 78.99 -
YUV 231.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 204 248 218 0.18 0 0.12 0.03 139.09 0.76 0.89
Hex CC F8 DA 12 0 C 3 8B 4C 59
Octal 314 370 332 22 0 14 3 213 114 131
Binary 11001100 11111000 11011010 10010 0 1100 11 10001011 1001100 1011001

Color Harmonies of #CCF8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8DA

Black with #CCF8DA

Text Example


Text Example

White with #CCF8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8DA; }

 p { color: rgb(204,248,218); }

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

background-color css

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

 a { background-color: rgb(204,248,218); }

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

border-color css

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

 span { border-color: rgb(204,248,218); }

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