Html Css Color HEX #CEDDAF Reef

📋 copy color: '#CEDDAF'

red 206 ◦ green 221 ◦ blue 175

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

Shades of Reef #CEDDAF

Tints of Reef #CEDDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 34.22%
G = 36.71%
B = 29.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#CEDDAF (or 0xCEDDAF) is known color: Reef. HEX triplet: CE, DD and AF. RGB value is (206,221,175). Sum of RGB (Red+Green+Blue) = 206+221+175=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDAF is #312250. Grayscale: #D3D3D3. Windows color (decimal): -3220049 or 11525582. OLE color: 11525582.

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

Color convert

RGB 206 221 175 -
CMYK 0.07 0 0.21 0.13
HSL 79.57º 0.4% 0.78% -
HSV(B) 79.57º 0.21% 0.87% -
XYZ 59.05 67.93 50.56 -
YUV 211.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 206 221 175 0.07 0 0.21 0.13 79.57 0.4 0.78
Hex CE DD AF 7 0 15 D 50 28 4E
Octal 316 335 257 7 0 25 15 120 50 116
Binary 11001110 11011101 10101111 111 0 10101 1101 1010000 101000 1001110

Color Harmonies of #CEDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDAF

Black with #CEDDAF

Text Example


Text Example

White with #CEDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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