Html Css Color HEX #CBEDCE Granny Apple

📋 copy color: '#CBEDCE'

red 203 ◦ green 237 ◦ blue 206

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

Shades of Granny Apple #CBEDCE

Tints of Granny Apple #CBEDCE

RGB

 RED value IS 203 (79.69% from 255) = 31.42%

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

 BLUE value IS 206 (80.86% from 255) = 31.89%

R = 31.42%
G = 36.69%
B = 31.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#CBEDCE (or 0xCBEDCE) is known color: Granny Apple. HEX triplet: CB, ED and CE. RGB value is (203,237,206). Sum of RGB (Red+Green+Blue) = 203+237+206=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCE is #341231. Grayscale: #DFDFDF. Windows color (decimal): -3412530 or 13561291. OLE color: 13561291.

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

Color convert

RGB 203 237 206 -
CMYK 0.14 0 0.13 0.07
HSL 125.29º 0.49% 0.86% -
HSV(B) 125.29º 0.14% 0.93% -
XYZ 66.05 77.72 69.91 -
YUV 223.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 203 237 206 0.14 0 0.13 0.07 125.29 0.49 0.86
Hex CB ED CE E 0 D 7 7D 31 56
Octal 313 355 316 16 0 15 7 175 61 126
Binary 11001011 11101101 11001110 1110 0 1101 111 1111101 110001 1010110

Color Harmonies of #CBEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDCE

Black with #CBEDCE

Text Example


Text Example

White with #CBEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDCE; }

 p { color: rgb(203,237,206); }

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

background-color css

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

 a { background-color: rgb(203,237,206); }

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

border-color css

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

 span { border-color: rgb(203,237,206); }

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