Html Css Color HEX #CFEBD2 Granny Apple

📋 copy color: '#CFEBD2'

red 207 ◦ green 235 ◦ blue 210

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

Shades of Granny Apple #CFEBD2

Tints of Granny Apple #CFEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.04%

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 31.75%
G = 36.04%
B = 32.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#CFEBD2 (or 0xCFEBD2) is known color: Granny Apple. HEX triplet: CF, EB and D2. RGB value is (207,235,210). Sum of RGB (Red+Green+Blue) = 207+235+210=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD2 is #30142D. Grayscale: #DFDFDF. Windows color (decimal): -3150894 or 13822927. OLE color: 13822927.

HSL color Cylindrical-coordinate representation of color #CFEBD2: hue angle of 126.43º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBD2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 210 -
CMYK 0.12 0 0.11 0.08
HSL 126.43º 0.41% 0.87% -
HSV(B) 126.43º 0.12% 0.92% -
XYZ 67.07 77.34 72.36 -
YUV 223.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 207 235 210 0.12 0 0.11 0.08 126.43 0.41 0.87
Hex CF EB D2 C 0 B 8 7E 29 57
Octal 317 353 322 14 0 13 10 176 51 127
Binary 11001111 11101011 11010010 1100 0 1011 1000 1111110 101001 1010111

Color Harmonies of #CFEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBD2

Black with #CFEBD2

Text Example


Text Example

White with #CFEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBD2; }

 p { color: rgb(207,235,210); }

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

background-color css

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

 a { background-color: rgb(207,235,210); }

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

border-color css

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

 span { border-color: rgb(207,235,210); }

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