Html Css Color HEX #CBEAA6 Reef

📋 copy color: '#CBEAA6'

red 203 ◦ green 234 ◦ blue 166

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

Shades of Reef #CBEAA6

Tints of Reef #CBEAA6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.81%

 BLUE value IS 166 (65.23% from 255) = 27.53%

R = 33.67%
G = 38.81%
B = 27.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#CBEAA6 (or 0xCBEAA6) is known color: Reef. HEX triplet: CB, EA and A6. RGB value is (203,234,166). Sum of RGB (Red+Green+Blue) = 203+234+166=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAA6 is #341559. Grayscale: #D9D9D9. Windows color (decimal): -3413338 or 10939083. OLE color: 10939083.

HSL color Cylindrical-coordinate representation of color #CBEAA6: hue angle of 87.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEAA6 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 166 -
CMYK 0.13 0 0.29 0.08
HSL 87.35º 0.62% 0.78% -
HSV(B) 87.35º 0.29% 0.92% -
XYZ 60.93 74.3 47.21 -
YUV 216.98 99.23 118.03 -
System Red Green Blue C M Y K H S L
Decimal 203 234 166 0.13 0 0.29 0.08 87.35 0.62 0.78
Hex CB EA A6 D 0 1D 8 57 3E 4E
Octal 313 352 246 15 0 35 10 127 76 116
Binary 11001011 11101010 10100110 1101 0 11101 1000 1010111 111110 1001110

Color Harmonies of #CBEAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAA6

Black with #CBEAA6

Text Example


Text Example

White with #CBEAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAA6; }

 p { color: rgb(203,234,166); }

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

background-color css

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

 a { background-color: rgb(203,234,166); }

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

border-color css

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

 span { border-color: rgb(203,234,166); }

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