#CBEFAD

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

Shades of Reef #CBEFAD

Tints of Reef #CBEFAD

Color information

#CBEFAD (or 0xCBEFAD) is unknown color: approx Reef. HEX triplet: CB, EF and AD. RGB value is (203,239,173). Sum of RGB (Red+Green+Blue) = 203+239+173=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFAD is #341052. Grayscale: #DCDCDC. Windows color (decimal): -3412051 or 11399115. OLE color: 11399115.

HSL color Cylindrical-coordinate representation of color #CBEFAD: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBEFAD is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB203239173-
CMYK0.1500.280.06
HSL92.73º67.35%80.78%-
HSV(B)92.73º27.62%93.73%-
XYZ63.0477.4551.16-
YUV220.71101.07115.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=33.01%
G=38.86%
B=28.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391730.1500.280.0692.7367.3580.78
HexCBEFADF01C65d4351
Octal313357255170346135103121
Binary1100101111101111101011011111011100110101110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFAD; }

 p { color: rgb(203,239,173); }

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

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

 a { background-color: rgb(203,239,173); }

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

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

 span { border-color: rgb(203,239,173); }

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