Html Css Color HEX #CFDED1 Granny Apple

📋 copy color: '#CFDED1'

red 207 ◦ green 222 ◦ blue 209

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

Shades of Granny Apple #CFDED1

Tints of Granny Apple #CFDED1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.8%

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

R = 32.45%
G = 34.8%
B = 32.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#CFDED1 (or 0xCFDED1) is known color: Granny Apple. HEX triplet: CF, DE and D1. RGB value is (207,222,209). Sum of RGB (Red+Green+Blue) = 207+222+209=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDED1 is #30212E. Grayscale: #D8D8D8. Windows color (decimal): -3154223 or 13754063. OLE color: 13754063.

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

Color convert

RGB 207 222 209 -
CMYK 0.07 0 0.06 0.13
HSL 128º 0.19% 0.84% -
HSV(B) 128º 0.07% 0.87% -
XYZ 63.36 70.11 70.51 -
YUV 216.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 207 222 209 0.07 0 0.06 0.13 128 0.19 0.84
Hex CF DE D1 7 0 6 D 80 13 54
Octal 317 336 321 7 0 6 15 200 23 124
Binary 11001111 11011110 11010001 111 0 110 1101 10000000 10011 1010100

Color Harmonies of #CFDED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDED1

Black with #CFDED1

Text Example


Text Example

White with #CFDED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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