Html Css Color HEX #CBEDD0 Granny Apple

📋 copy color: '#CBEDD0'

red 203 ◦ green 237 ◦ blue 208

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

Shades of Granny Apple #CBEDD0

Tints of Granny Apple #CBEDD0

RGB

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

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

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

R = 31.33%
G = 36.57%
B = 32.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#CBEDD0 (or 0xCBEDD0) is known color: Granny Apple. HEX triplet: CB, ED and D0. RGB value is (203,237,208). Sum of RGB (Red+Green+Blue) = 203+237+208=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD0 is #34122F. Grayscale: #DFDFDF. Windows color (decimal): -3412528 or 13692363. OLE color: 13692363.

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

Color convert

RGB 203 237 208 -
CMYK 0.14 0 0.12 0.07
HSL 128.82º 0.49% 0.86% -
HSV(B) 128.82º 0.14% 0.93% -
XYZ 66.3 77.82 71.2 -
YUV 223.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 203 237 208 0.14 0 0.12 0.07 128.82 0.49 0.86
Hex CB ED D0 E 0 C 7 81 31 56
Octal 313 355 320 16 0 14 7 201 61 126
Binary 11001011 11101101 11010000 1110 0 1100 111 10000001 110001 1010110

Color Harmonies of #CBEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDD0

Black with #CBEDD0

Text Example


Text Example

White with #CBEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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