Html Css Color HEX #CBDE9F Reef

📋 copy color: '#CBDE9F'

red 203 ◦ green 222 ◦ blue 159

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

Shades of Reef #CBDE9F

Tints of Reef #CBDE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.23%

R = 34.76%
G = 38.01%
B = 27.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#CBDE9F (or 0xCBDE9F) is known color: Reef. HEX triplet: CB, DE and 9F. RGB value is (203,222,159). Sum of RGB (Red+Green+Blue) = 203+222+159=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDE9F is #342160. Grayscale: #D1D1D1. Windows color (decimal): -3416417 or 10477259. OLE color: 10477259.

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

Color convert

RGB 203 222 159 -
CMYK 0.09 0 0.28 0.13
HSL 78.1º 0.49% 0.75% -
HSV(B) 78.1º 0.28% 0.87% -
XYZ 57.01 67.44 42.81 -
YUV 209.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 203 222 159 0.09 0 0.28 0.13 78.1 0.49 0.75
Hex CB DE 9F 9 0 1C D 4E 31 4B
Octal 313 336 237 11 0 34 15 116 61 113
Binary 11001011 11011110 10011111 1001 0 11100 1101 1001110 110001 1001011

Color Harmonies of #CBDE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDE9F

Black with #CBDE9F

Text Example


Text Example

White with #CBDE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDE9F; }

 p { color: rgb(203,222,159); }

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

background-color css

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

 a { background-color: rgb(203,222,159); }

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

border-color css

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

 span { border-color: rgb(203,222,159); }

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