#CDEBAF

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

Shades of Reef #CDEBAF

Tints of Reef #CDEBAF

Color information

#CDEBAF (or 0xCDEBAF) is unknown color: approx Reef. HEX triplet: CD, EB and AF. RGB value is (205,235,175). Sum of RGB (Red+Green+Blue) = 205+235+175=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBAF is #321450. Grayscale: #DBDBDB. Windows color (decimal): -3282001 or 11529165. OLE color: 11529165.

HSL color Cylindrical-coordinate representation of color #CDEBAF: hue angle of 90º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEBAF is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB205235175-
CMYK0.1300.260.08
HSL90º60%80.39%-
HSV(B)90º25.53%92.16%-
XYZ62.6275.4951.83-
YUV219.19103.06117.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=33.33%
G=38.21%
B=28.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351750.1300.260.08906080.39
HexCDEBAFD01A85a3c50
Octal315353257150321013274120
Binary1100110111101011101011111101011010100010110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBAF; }

 p { color: rgb(205,235,175); }

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

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

 a { background-color: rgb(205,235,175); }

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

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

 span { border-color: rgb(205,235,175); }

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