Html Css Color HEX #CBDF9E Reef

📋 copy color: '#CBDF9E'

red 203 ◦ green 223 ◦ blue 158

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

Shades of Reef #CBDF9E

Tints of Reef #CBDF9E

RGB

 RED value IS 203 (79.69% from 255) = 34.76%

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

 BLUE value IS 158 (62.11% from 255) = 27.05%

R = 34.76%
G = 38.18%
B = 27.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#CBDF9E (or 0xCBDF9E) is known color: Reef. HEX triplet: CB, DF and 9E. RGB value is (203,223,158). Sum of RGB (Red+Green+Blue) = 203+223+158=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9E is #342061. Grayscale: #D1D1D1. Windows color (decimal): -3416162 or 10411979. OLE color: 10411979.

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

Color convert

RGB 203 223 158 -
CMYK 0.09 0 0.29 0.13
HSL 78.46º 0.5% 0.75% -
HSV(B) 78.46º 0.29% 0.87% -
XYZ 57.19 67.94 42.45 -
YUV 209.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 203 223 158 0.09 0 0.29 0.13 78.46 0.5 0.75
Hex CB DF 9E 9 0 1D D 4E 32 4B
Octal 313 337 236 11 0 35 15 116 62 113
Binary 11001011 11011111 10011110 1001 0 11101 1101 1001110 110010 1001011

Color Harmonies of #CBDF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDF9E

Black with #CBDF9E

Text Example


Text Example

White with #CBDF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDF9E; }

 p { color: rgb(203,223,158); }

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

background-color css

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

 a { background-color: rgb(203,223,158); }

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

border-color css

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

 span { border-color: rgb(203,223,158); }

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