Html Css Color HEX #CCFDD0 Granny Apple

📋 copy color: '#CCFDD0'

red 204 ◦ green 253 ◦ blue 208

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

Shades of Granny Apple #CCFDD0

Tints of Granny Apple #CCFDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.05%

 BLUE value IS 208 (81.64% from 255) = 31.28%

R = 30.68%
G = 38.05%
B = 31.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#CCFDD0 (or 0xCCFDD0) is known color: Granny Apple. HEX triplet: CC, FD and D0. RGB value is (204,253,208). Sum of RGB (Red+Green+Blue) = 204+253+208=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD0 is #33022F. Grayscale: #E9E9E9. Windows color (decimal): -3342896 or 13696460. OLE color: 13696460.

HSL color Cylindrical-coordinate representation of color #CCFDD0: hue angle of 124.9º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDD0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 208 -
CMYK 0.19 0 0.18 0.01
HSL 124.9º 0.92% 0.9% -
HSV(B) 124.9º 0.19% 0.99% -
XYZ 71.41 87.64 72.83 -
YUV 233.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 204 253 208 0.19 0 0.18 0.01 124.9 0.92 0.9
Hex CC FD D0 13 0 12 1 7D 5C 5A
Octal 314 375 320 23 0 22 1 175 134 132
Binary 11001100 11111101 11010000 10011 0 10010 1 1111101 1011100 1011010

Color Harmonies of #CCFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDD0

Black with #CCFDD0

Text Example


Text Example

White with #CCFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDD0; }

 p { color: rgb(204,253,208); }

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

background-color css

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

 a { background-color: rgb(204,253,208); }

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

border-color css

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

 span { border-color: rgb(204,253,208); }

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