#CDEFAB

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

Shades of Reef #CDEFAB

Tints of Reef #CDEFAB

Color information

#CDEFAB (or 0xCDEFAB) is unknown color: approx Reef. HEX triplet: CD, EF and AB. RGB value is (205,239,171). Sum of RGB (Red+Green+Blue) = 205+239+171=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFAB is #321054. Grayscale: #DDDDDD. Windows color (decimal): -3280981 or 11268045. OLE color: 11268045.

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

Color convert

RGB205239171-
CMYK0.1400.280.06
HSL90º68%80.39%-
HSV(B)90º28.45%93.73%-
XYZ63.3977.6550.18-
YUV221.0899.74116.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=33.33%
G=38.86%
B=27.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391710.1400.280.06906880.39
HexCDEFABE01C65a4450
Octal315357253160346132104120
Binary1100110111101111101010111110011100110101101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFAB; }

 p { color: rgb(205,239,171); }

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

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

 a { background-color: rgb(205,239,171); }

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

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

 span { border-color: rgb(205,239,171); }

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