Html Css Color HEX #CEDE9B Reef

📋 copy color: '#CEDE9B'

red 206 ◦ green 222 ◦ blue 155

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

Shades of Reef #CEDE9B

Tints of Reef #CEDE9B

RGB

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

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

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

R = 35.33%
G = 38.08%
B = 26.59%

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

#CEDE9B (or 0xCEDE9B) is known color: Reef. HEX triplet: CE, DE and 9B. RGB value is (206,222,155). Sum of RGB (Red+Green+Blue) = 206+222+155=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE9B is #312164. Grayscale: #D1D1D1. Windows color (decimal): -3219813 or 10215118. OLE color: 10215118.

HSL color Cylindrical-coordinate representation of color #CEDE9B: hue angle of 74.33º degrees, saturation: 0.5, 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 #CEDE9B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 155 -
CMYK 0.07 0 0.30 0.13
HSL 74.33º 0.5% 0.74% -
HSV(B) 74.33º 0.3% 0.87% -
XYZ 57.49 67.73 41.05 -
YUV 209.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 206 222 155 0.07 0 0.30 0.13 74.33 0.5 0.74
Hex CE DE 9B 7 0 1E D 4A 32 4A
Octal 316 336 233 7 0 36 15 112 62 112
Binary 11001110 11011110 10011011 111 0 11110 1101 1001010 110010 1001010

Color Harmonies of #CEDE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE9B

Black with #CEDE9B

Text Example


Text Example

White with #CEDE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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