Html Css Color HEX #CFEDD1 Granny Apple

📋 copy color: '#CFEDD1'

red 207 ◦ green 237 ◦ blue 209

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

Shades of Granny Apple #CFEDD1

Tints of Granny Apple #CFEDD1

RGB

 RED value IS 207 (81.25% from 255) = 31.7%

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

 BLUE value IS 209 (82.03% from 255) = 32.01%

R = 31.7%
G = 36.29%
B = 32.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#CFEDD1 (or 0xCFEDD1) is known color: Granny Apple. HEX triplet: CF, ED and D1. RGB value is (207,237,209). Sum of RGB (Red+Green+Blue) = 207+237+209=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDD1 is #30122E. Grayscale: #E0E0E0. Windows color (decimal): -3150383 or 13757903. OLE color: 13757903.

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

Color convert

RGB 207 237 209 -
CMYK 0.13 0 0.12 0.07
HSL 124º 0.45% 0.87% -
HSV(B) 124º 0.13% 0.93% -
XYZ 67.52 78.44 71.9 -
YUV 224.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 207 237 209 0.13 0 0.12 0.07 124 0.45 0.87
Hex CF ED D1 D 0 C 7 7C 2D 57
Octal 317 355 321 15 0 14 7 174 55 127
Binary 11001111 11101101 11010001 1101 0 1100 111 1111100 101101 1010111

Color Harmonies of #CFEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDD1

Black with #CFEDD1

Text Example


Text Example

White with #CFEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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