Html Css Color HEX #CBDBA5 Reef

📋 copy color: '#CBDBA5'

red 203 ◦ green 219 ◦ blue 165

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

Shades of Reef #CBDBA5

Tints of Reef #CBDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 165 (64.84% from 255) = 28.11%

R = 34.58%
G = 37.31%
B = 28.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#CBDBA5 (or 0xCBDBA5) is known color: Reef. HEX triplet: CB, DB and A5. RGB value is (203,219,165). Sum of RGB (Red+Green+Blue) = 203+219+165=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBA5 is #34245A. Grayscale: #D0D0D0. Windows color (decimal): -3417179 or 10869707. OLE color: 10869707.

HSL color Cylindrical-coordinate representation of color #CBDBA5: hue angle of 77.78º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBDBA5 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 165 -
CMYK 0.07 0 0.25 0.14
HSL 77.78º 0.43% 0.75% -
HSV(B) 77.78º 0.25% 0.86% -
XYZ 56.75 66.08 45.36 -
YUV 208.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 203 219 165 0.07 0 0.25 0.14 77.78 0.43 0.75
Hex CB DB A5 7 0 19 E 4E 2B 4B
Octal 313 333 245 7 0 31 16 116 53 113
Binary 11001011 11011011 10100101 111 0 11001 1110 1001110 101011 1001011

Color Harmonies of #CBDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBA5

Black with #CBDBA5

Text Example


Text Example

White with #CBDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBA5; }

 p { color: rgb(203,219,165); }

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

background-color css

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

 a { background-color: rgb(203,219,165); }

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

border-color css

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

 span { border-color: rgb(203,219,165); }

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