Html Css Color HEX #CEDCAB Reef

📋 copy color: '#CEDCAB'

red 206 ◦ green 220 ◦ blue 171

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

Shades of Reef #CEDCAB

Tints of Reef #CEDCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

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

R = 34.51%
G = 36.85%
B = 28.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#CEDCAB (or 0xCEDCAB) is known color: Reef. HEX triplet: CE, DC and AB. RGB value is (206,220,171). Sum of RGB (Red+Green+Blue) = 206+220+171=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCAB is #312354. Grayscale: #D2D2D2. Windows color (decimal): -3220309 or 11263182. OLE color: 11263182.

HSL color Cylindrical-coordinate representation of color #CEDCAB: hue angle of 77.14º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEDCAB is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 171 -
CMYK 0.06 0 0.22 0.14
HSL 77.14º 0.41% 0.77% -
HSV(B) 77.14º 0.22% 0.86% -
XYZ 58.4 67.25 48.43 -
YUV 210.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 206 220 171 0.06 0 0.22 0.14 77.14 0.41 0.77
Hex CE DC AB 6 0 16 E 4D 29 4D
Octal 316 334 253 6 0 26 16 115 51 115
Binary 11001110 11011100 10101011 110 0 10110 1110 1001101 101001 1001101

Color Harmonies of #CEDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCAB

Black with #CEDCAB

Text Example


Text Example

White with #CEDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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