#CBEDAE

Color #CBEDAE Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CBEDAE

Tints of Reef #CBEDAE

Color information

#CBEDAE (or 0xCBEDAE) is unknown color: approx Reef. HEX triplet: CB, ED and AE. RGB value is (203,237,174). Sum of RGB (Red+Green+Blue) = 203+237+174=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDAE is #341251. Grayscale: #DBDBDB. Windows color (decimal): -3412562 or 11464139. OLE color: 11464139.

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

Color convert

RGB203237174-
CMYK0.1400.270.07
HSL92.38º63.64%80.59%-
HSV(B)92.38º26.58%92.94%-
XYZ62.5576.3251.48-
YUV219.65102.24116.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=33.06%
G=38.60%
B=28.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371740.1400.270.0792.3863.6480.59
HexCBEDAEE01B75c4051
Octal313355256160337134100121
Binary1100101111101101101011101110011011111101110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDAE; }

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

 H1.HeaderClassName
 {
   color: #CBEDAE;
 }
 .AnyTagClassName
 {
   color: #CBEDAE;
 }
</style>
background-color css

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

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

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

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

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

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