Html Css Color HEX #CCEBA3 Reef

📋 copy color: '#CCEBA3'

red 204 ◦ green 235 ◦ blue 163

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

Shades of Reef #CCEBA3

Tints of Reef #CCEBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.08%

R = 33.89%
G = 39.04%
B = 27.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#CCEBA3 (or 0xCCEBA3) is known color: Reef. HEX triplet: CC, EB and A3. RGB value is (204,235,163). Sum of RGB (Red+Green+Blue) = 204+235+163=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBA3 is #33145C. Grayscale: #D9D9D9. Windows color (decimal): -3347549 or 10742732. OLE color: 10742732.

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

Color convert

RGB 204 235 163 -
CMYK 0.13 0 0.31 0.08
HSL 85.83º 0.64% 0.78% -
HSV(B) 85.83º 0.31% 0.92% -
XYZ 61.22 74.9 45.88 -
YUV 217.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 204 235 163 0.13 0 0.31 0.08 85.83 0.64 0.78
Hex CC EB A3 D 0 1F 8 56 40 4E
Octal 314 353 243 15 0 37 10 126 100 116
Binary 11001100 11101011 10100011 1101 0 11111 1000 1010110 1000000 1001110

Color Harmonies of #CCEBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBA3

Black with #CCEBA3

Text Example


Text Example

White with #CCEBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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