Html Css Color HEX #CBEED0 Granny Apple

📋 copy color: '#CBEED0'

red 203 ◦ green 238 ◦ blue 208

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

Shades of Granny Apple #CBEED0

Tints of Granny Apple #CBEED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.67%

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

R = 31.28%
G = 36.67%
B = 32.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#CBEED0 (or 0xCBEED0) is known color: Granny Apple. HEX triplet: CB, EE and D0. RGB value is (203,238,208). Sum of RGB (Red+Green+Blue) = 203+238+208=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED0 is #34112F. Grayscale: #E0E0E0. Windows color (decimal): -3412272 or 13692619. OLE color: 13692619.

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

Color convert

RGB 203 238 208 -
CMYK 0.15 0 0.13 0.07
HSL 128.57º 0.51% 0.86% -
HSV(B) 128.57º 0.15% 0.93% -
XYZ 66.59 78.4 71.3 -
YUV 224.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 203 238 208 0.15 0 0.13 0.07 128.57 0.51 0.86
Hex CB EE D0 F 0 D 7 81 33 56
Octal 313 356 320 17 0 15 7 201 63 126
Binary 11001011 11101110 11010000 1111 0 1101 111 10000001 110011 1010110

Color Harmonies of #CBEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEED0

Black with #CBEED0

Text Example


Text Example

White with #CBEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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