Html Css Color HEX #CEDEB1 Reef

📋 copy color: '#CEDEB1'

red 206 ◦ green 222 ◦ blue 177

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

Shades of Reef #CEDEB1

Tints of Reef #CEDEB1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

 BLUE value IS 177 (69.53% from 255) = 29.26%

R = 34.05%
G = 36.69%
B = 29.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CEDEB1 (or 0xCEDEB1) is known color: Reef. HEX triplet: CE, DE and B1. RGB value is (206,222,177). Sum of RGB (Red+Green+Blue) = 206+222+177=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEB1 is #31214E. Grayscale: #D4D4D4. Windows color (decimal): -3219791 or 11656910. OLE color: 11656910.

HSL color Cylindrical-coordinate representation of color #CEDEB1: hue angle of 81.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEDEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 177 -
CMYK 0.07 0 0.20 0.13
HSL 81.33º 0.41% 0.78% -
HSV(B) 81.33º 0.2% 0.87% -
XYZ 59.51 68.54 51.69 -
YUV 212.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 206 222 177 0.07 0 0.20 0.13 81.33 0.41 0.78
Hex CE DE B1 7 0 14 D 51 29 4E
Octal 316 336 261 7 0 24 15 121 51 116
Binary 11001110 11011110 10110001 111 0 10100 1101 1010001 101001 1001110

Color Harmonies of #CEDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEB1

Black with #CEDEB1

Text Example


Text Example

White with #CEDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEB1; }

 p { color: rgb(206,222,177); }

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

background-color css

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

 a { background-color: rgb(206,222,177); }

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

border-color css

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

 span { border-color: rgb(206,222,177); }

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