Html Css Color HEX #CEDFD0 Granny Apple

📋 copy color: '#CEDFD0'

red 206 ◦ green 223 ◦ blue 208

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

Shades of Granny Apple #CEDFD0

Tints of Granny Apple #CEDFD0

RGB

 RED value IS 206 (80.86% from 255) = 32.34%

 GREEN value IS 223 (87.5% from 255) = 35.01%

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

R = 32.34%
G = 35.01%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#CEDFD0 (or 0xCEDFD0) is known color: Granny Apple. HEX triplet: CE, DF and D0. RGB value is (206,223,208). Sum of RGB (Red+Green+Blue) = 206+223+208=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD0 is #31202F. Grayscale: #D8D8D8. Windows color (decimal): -3219504 or 13688782. OLE color: 13688782.

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

Color convert

RGB 206 223 208 -
CMYK 0.08 0 0.07 0.13
HSL 127.06º 0.21% 0.84% -
HSV(B) 127.06º 0.08% 0.87% -
XYZ 63.23 70.45 69.94 -
YUV 216.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 206 223 208 0.08 0 0.07 0.13 127.06 0.21 0.84
Hex CE DF D0 8 0 7 D 7F 15 54
Octal 316 337 320 10 0 7 15 177 25 124
Binary 11001110 11011111 11010000 1000 0 111 1101 1111111 10101 1010100

Color Harmonies of #CEDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFD0

Black with #CEDFD0

Text Example


Text Example

White with #CEDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFD0; }

 p { color: rgb(206,223,208); }

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

background-color css

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

 a { background-color: rgb(206,223,208); }

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

border-color css

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

 span { border-color: rgb(206,223,208); }

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