#CEECAD

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

Shades of Reef #CEECAD

Tints of Reef #CEECAD

Color information

#CEECAD (or 0xCEECAD) is unknown color: approx Reef. HEX triplet: CE, EC and AD. RGB value is (206,236,173). Sum of RGB (Red+Green+Blue) = 206+236+173=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAD is #311352. Grayscale: #DCDCDC. Windows color (decimal): -3216211 or 11398350. OLE color: 11398350.

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

Color convert

RGB206236173-
CMYK0.1300.270.07
HSL88.57º62.38%80.2%-
HSV(B)88.57º26.69%92.55%-
XYZ62.9976.1350.91-
YUV219.85101.56118.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=33.50%
G=38.37%
B=28.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361730.1300.270.0788.5762.3880.2
HexCEECADD01B7593e50
Octal31635425515033713176120
Binary110011101110110010101101110101101111110110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECAD; }

 p { color: rgb(206,236,173); }

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

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

 a { background-color: rgb(206,236,173); }

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

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

 span { border-color: rgb(206,236,173); }

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