Html Css Color HEX #CCEBAB Reef

📋 copy color: '#CCEBAB'

red 204 ◦ green 235 ◦ blue 171

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

Shades of Reef #CCEBAB

Tints of Reef #CCEBAB

RGB

 RED value IS 204 (80.08% from 255) = 33.44%

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 33.44%
G = 38.52%
B = 28.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#CCEBAB (or 0xCCEBAB) is known color: Reef. HEX triplet: CC, EB and AB. RGB value is (204,235,171). Sum of RGB (Red+Green+Blue) = 204+235+171=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBAB is #331454. Grayscale: #DADADA. Windows color (decimal): -3347541 or 11267020. OLE color: 11267020.

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

Color convert

RGB 204 235 171 -
CMYK 0.13 0 0.27 0.08
HSL 89.06º 0.62% 0.8% -
HSV(B) 89.06º 0.27% 0.92% -
XYZ 61.96 75.19 49.78 -
YUV 218.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 204 235 171 0.13 0 0.27 0.08 89.06 0.62 0.8
Hex CC EB AB D 0 1B 8 59 3E 50
Octal 314 353 253 15 0 33 10 131 76 120
Binary 11001100 11101011 10101011 1101 0 11011 1000 1011001 111110 1010000

Color Harmonies of #CCEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBAB

Black with #CCEBAB

Text Example


Text Example

White with #CCEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBAB; }

 p { color: rgb(204,235,171); }

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

background-color css

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

 a { background-color: rgb(204,235,171); }

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

border-color css

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

 span { border-color: rgb(204,235,171); }

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