Html Css Color HEX #CFE0D1 Granny Apple

📋 copy color: '#CFE0D1'

red 207 ◦ green 224 ◦ blue 209

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

Shades of Granny Apple #CFE0D1

Tints of Granny Apple #CFE0D1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35%

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

R = 32.34%
G = 35%
B = 32.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#CFE0D1 (or 0xCFE0D1) is known color: Granny Apple. HEX triplet: CF, E0 and D1. RGB value is (207,224,209). Sum of RGB (Red+Green+Blue) = 207+224+209=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0D1 is #301F2E. Grayscale: #D9D9D9. Windows color (decimal): -3153711 or 13754575. OLE color: 13754575.

HSL color Cylindrical-coordinate representation of color #CFE0D1: hue angle of 127.06º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0D1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 209 -
CMYK 0.08 0 0.07 0.12
HSL 127.06º 0.22% 0.85% -
HSV(B) 127.06º 0.08% 0.88% -
XYZ 63.9 71.18 70.69 -
YUV 217.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 207 224 209 0.08 0 0.07 0.12 127.06 0.22 0.85
Hex CF E0 D1 8 0 7 C 7F 16 55
Octal 317 340 321 10 0 7 14 177 26 125
Binary 11001111 11100000 11010001 1000 0 111 1100 1111111 10110 1010101

Color Harmonies of #CFE0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0D1

Black with #CFE0D1

Text Example


Text Example

White with #CFE0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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