Html Css Color HEX #CEDD9B Reef

📋 copy color: '#CEDD9B'

red 206 ◦ green 221 ◦ blue 155

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

Shades of Reef #CEDD9B

Tints of Reef #CEDD9B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 35.4%
G = 37.97%
B = 26.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CEDD9B (or 0xCEDD9B) is known color: Reef. HEX triplet: CE, DD and 9B. RGB value is (206,221,155). Sum of RGB (Red+Green+Blue) = 206+221+155=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9B is #312264. Grayscale: #D1D1D1. Windows color (decimal): -3220069 or 10214862. OLE color: 10214862.

HSL color Cylindrical-coordinate representation of color #CEDD9B: hue angle of 73.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDD9B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 155 -
CMYK 0.07 0 0.30 0.13
HSL 73.64º 0.49% 0.74% -
HSV(B) 73.64º 0.3% 0.87% -
XYZ 57.23 67.2 40.97 -
YUV 208.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 206 221 155 0.07 0 0.30 0.13 73.64 0.49 0.74
Hex CE DD 9B 7 0 1E D 4A 31 4A
Octal 316 335 233 7 0 36 15 112 61 112
Binary 11001110 11011101 10011011 111 0 11110 1101 1001010 110001 1001010

Color Harmonies of #CEDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD9B

Black with #CEDD9B

Text Example


Text Example

White with #CEDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD9B; }

 p { color: rgb(206,221,155); }

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

background-color css

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

 a { background-color: rgb(206,221,155); }

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

border-color css

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

 span { border-color: rgb(206,221,155); }

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