Html Css Color HEX #CBEDCF Granny Apple

📋 copy color: '#CBEDCF'

red 203 ◦ green 237 ◦ blue 207

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

Shades of Granny Apple #CBEDCF

Tints of Granny Apple #CBEDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.99%

R = 31.38%
G = 36.63%
B = 31.99%

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

#CBEDCF (or 0xCBEDCF) is known color: Granny Apple. HEX triplet: CB, ED and CF. RGB value is (203,237,207). Sum of RGB (Red+Green+Blue) = 203+237+207=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCF is #341230. Grayscale: #DFDFDF. Windows color (decimal): -3412529 or 13626827. OLE color: 13626827.

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

Color convert

RGB 203 237 207 -
CMYK 0.14 0 0.13 0.07
HSL 127.06º 0.49% 0.86% -
HSV(B) 127.06º 0.14% 0.93% -
XYZ 66.18 77.77 70.55 -
YUV 223.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 203 237 207 0.14 0 0.13 0.07 127.06 0.49 0.86
Hex CB ED CF E 0 D 7 7F 31 56
Octal 313 355 317 16 0 15 7 177 61 126
Binary 11001011 11101101 11001111 1110 0 1101 111 1111111 110001 1010110

Color Harmonies of #CBEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDCF

Black with #CBEDCF

Text Example


Text Example

White with #CBEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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