Html Css Color HEX #CCEDCF Granny Apple

📋 copy color: '#CCEDCF'

red 204 ◦ green 237 ◦ blue 207

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

Shades of Granny Apple #CCEDCF

Tints of Granny Apple #CCEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

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

R = 31.48%
G = 36.57%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#CCEDCF (or 0xCCEDCF) is known color: Granny Apple. HEX triplet: CC, ED and CF. RGB value is (204,237,207). Sum of RGB (Red+Green+Blue) = 204+237+207=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCF is #331230. Grayscale: #DFDFDF. Windows color (decimal): -3346993 or 13626828. OLE color: 13626828.

HSL color Cylindrical-coordinate representation of color #CCEDCF: hue angle of 125.45º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDCF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 207 -
CMYK 0.14 0 0.13 0.07
HSL 125.45º 0.48% 0.86% -
HSV(B) 125.45º 0.14% 0.93% -
XYZ 66.45 77.91 70.57 -
YUV 223.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 204 237 207 0.14 0 0.13 0.07 125.45 0.48 0.86
Hex CC ED CF E 0 D 7 7D 30 56
Octal 314 355 317 16 0 15 7 175 60 126
Binary 11001100 11101101 11001111 1110 0 1101 111 1111101 110000 1010110

Color Harmonies of #CCEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDCF

Black with #CCEDCF

Text Example


Text Example

White with #CCEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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