Html Css Color HEX #CEDFB3 Reef

📋 copy color: '#CEDFB3'

red 206 ◦ green 223 ◦ blue 179

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

Shades of Reef #CEDFB3

Tints of Reef #CEDFB3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

 BLUE value IS 179 (70.31% from 255) = 29.44%

R = 33.88%
G = 36.68%
B = 29.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CEDFB3 (or 0xCEDFB3) is known color: Reef. HEX triplet: CE, DF and B3. RGB value is (206,223,179). Sum of RGB (Red+Green+Blue) = 206+223+179=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFB3 is #31204C. Grayscale: #D5D5D5. Windows color (decimal): -3219533 or 11788238. OLE color: 11788238.

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

Color convert

RGB 206 223 179 -
CMYK 0.08 0 0.20 0.13
HSL 83.18º 0.41% 0.79% -
HSV(B) 83.18º 0.2% 0.87% -
XYZ 59.98 69.15 52.83 -
YUV 212.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 206 223 179 0.08 0 0.20 0.13 83.18 0.41 0.79
Hex CE DF B3 8 0 14 D 53 29 4F
Octal 316 337 263 10 0 24 15 123 51 117
Binary 11001110 11011111 10110011 1000 0 10100 1101 1010011 101001 1001111

Color Harmonies of #CEDFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFB3

Black with #CEDFB3

Text Example


Text Example

White with #CEDFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFB3; }

 p { color: rgb(206,223,179); }

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

background-color css

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

 a { background-color: rgb(206,223,179); }

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

border-color css

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

 span { border-color: rgb(206,223,179); }

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