Html Css Color HEX #CEDFAB Reef

📋 copy color: '#CEDFAB'

red 206 ◦ green 223 ◦ blue 171

#CEDFAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEDFAB

Tints of Reef #CEDFAB

RGB

 RED value IS 206 (80.86% from 255) = 34.33%

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 171 (67.19% from 255) = 28.5%

R = 34.33%
G = 37.17%
B = 28.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#CEDFAB (or 0xCEDFAB) is known color: Reef. HEX triplet: CE, DF and AB. RGB value is (206,223,171). Sum of RGB (Red+Green+Blue) = 206+223+171=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFAB is #312054. Grayscale: #D4D4D4. Windows color (decimal): -3219541 or 11263950. OLE color: 11263950.

HSL color Cylindrical-coordinate representation of color #CEDFAB: hue angle of 79.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDFAB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 171 -
CMYK 0.08 0 0.23 0.13
HSL 79.62º 0.45% 0.77% -
HSV(B) 79.62º 0.23% 0.87% -
XYZ 59.19 68.84 48.7 -
YUV 211.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 206 223 171 0.08 0 0.23 0.13 79.62 0.45 0.77
Hex CE DF AB 8 0 17 D 50 2D 4D
Octal 316 337 253 10 0 27 15 120 55 115
Binary 11001110 11011111 10101011 1000 0 10111 1101 1010000 101101 1001101

Color Harmonies of #CEDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFAB

Black with #CEDFAB

Text Example


Text Example

White with #CEDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFAB; }

 p { color: rgb(206,223,171); }

 H1.HeaderClassName
 {
   color: #CEDFAB;
 }
 .AnyTagClassName
 {
   color: #CEDFAB;
 }
</style>

background-color css

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

 a { background-color: rgb(206,223,171); }

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

border-color css

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

 span { border-color: rgb(206,223,171); }

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