Html Css Color HEX #CEDDA4 Reef

📋 copy color: '#CEDDA4'

red 206 ◦ green 221 ◦ blue 164

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

Shades of Reef #CEDDA4

Tints of Reef #CEDDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.75%

R = 34.86%
G = 37.39%
B = 27.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#CEDDA4 (or 0xCEDDA4) is known color: Reef. HEX triplet: CE, DD and A4. RGB value is (206,221,164). Sum of RGB (Red+Green+Blue) = 206+221+164=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA4 is #31225B. Grayscale: #D2D2D2. Windows color (decimal): -3220060 or 10804686. OLE color: 10804686.

HSL color Cylindrical-coordinate representation of color #CEDDA4: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDDA4 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 164 -
CMYK 0.07 0 0.26 0.13
HSL 75.79º 0.46% 0.75% -
HSV(B) 75.79º 0.26% 0.87% -
XYZ 58.01 67.52 45.1 -
YUV 210.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 206 221 164 0.07 0 0.26 0.13 75.79 0.46 0.75
Hex CE DD A4 7 0 1A D 4C 2E 4B
Octal 316 335 244 7 0 32 15 114 56 113
Binary 11001110 11011101 10100100 111 0 11010 1101 1001100 101110 1001011

Color Harmonies of #CEDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDA4

Black with #CEDDA4

Text Example


Text Example

White with #CEDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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