Html Css Color HEX #CCFADA Granny Apple

📋 copy color: '#CCFADA'

red 204 ◦ green 250 ◦ blue 218

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

Shades of Granny Apple #CCFADA

Tints of Granny Apple #CCFADA

RGB

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

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

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

R = 30.36%
G = 37.2%
B = 32.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#CCFADA (or 0xCCFADA) is known color: Granny Apple. HEX triplet: CC, FA and DA. RGB value is (204,250,218). Sum of RGB (Red+Green+Blue) = 204+250+218=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADA is #330525. Grayscale: #E8E8E8. Windows color (decimal): -3343654 or 14351052. OLE color: 14351052.

HSL color Cylindrical-coordinate representation of color #CCFADA: hue angle of 138.26º 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 #CCFADA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 218 -
CMYK 0.18 0 0.13 0.02
HSL 138.26º 0.82% 0.89% -
HSV(B) 138.26º 0.18% 0.98% -
XYZ 71.74 86.27 79.2 -
YUV 232.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 204 250 218 0.18 0 0.13 0.02 138.26 0.82 0.89
Hex CC FA DA 12 0 D 2 8A 52 59
Octal 314 372 332 22 0 15 2 212 122 131
Binary 11001100 11111010 11011010 10010 0 1101 10 10001010 1010010 1011001

Color Harmonies of #CCFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFADA

Black with #CCFADA

Text Example


Text Example

White with #CCFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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