Html Css Color HEX #CBEDD3 Granny Apple

📋 copy color: '#CBEDD3'

red 203 ◦ green 237 ◦ blue 211

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

Shades of Granny Apple #CBEDD3

Tints of Granny Apple #CBEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.41%

R = 31.18%
G = 36.41%
B = 32.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CBEDD3 (or 0xCBEDD3) is known color: Granny Apple. HEX triplet: CB, ED and D3. RGB value is (203,237,211). Sum of RGB (Red+Green+Blue) = 203+237+211=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD3 is #34122C. Grayscale: #DFDFDF. Windows color (decimal): -3412525 or 13888971. OLE color: 13888971.

HSL color Cylindrical-coordinate representation of color #CBEDD3: hue angle of 134.12º 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 #CBEDD3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 211 -
CMYK 0.14 0 0.11 0.07
HSL 134.12º 0.49% 0.86% -
HSV(B) 134.12º 0.14% 0.93% -
XYZ 66.67 77.97 73.16 -
YUV 223.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 203 237 211 0.14 0 0.11 0.07 134.12 0.49 0.86
Hex CB ED D3 E 0 B 7 86 31 56
Octal 313 355 323 16 0 13 7 206 61 126
Binary 11001011 11101101 11010011 1110 0 1011 111 10000110 110001 1010110

Color Harmonies of #CBEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDD3

Black with #CBEDD3

Text Example


Text Example

White with #CBEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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