Html Css Color HEX #CCEDA5 Reef

📋 copy color: '#CCEDA5'

red 204 ◦ green 237 ◦ blue 165

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

Shades of Reef #CCEDA5

Tints of Reef #CCEDA5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.11%

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

R = 33.66%
G = 39.11%
B = 27.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#CCEDA5 (or 0xCCEDA5) is known color: Reef. HEX triplet: CC, ED and A5. RGB value is (204,237,165). Sum of RGB (Red+Green+Blue) = 204+237+165=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDA5 is #33125A. Grayscale: #DBDBDB. Windows color (decimal): -3347035 or 10874316. OLE color: 10874316.

HSL color Cylindrical-coordinate representation of color #CCEDA5: hue angle of 87.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEDA5 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 165 -
CMYK 0.14 0 0.30 0.07
HSL 87.5º 0.67% 0.79% -
HSV(B) 87.5º 0.3% 0.93% -
XYZ 61.98 76.12 47.02 -
YUV 218.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 204 237 165 0.14 0 0.30 0.07 87.5 0.67 0.79
Hex CC ED A5 E 0 1E 7 57 43 4F
Octal 314 355 245 16 0 36 7 127 103 117
Binary 11001100 11101101 10100101 1110 0 11110 111 1010111 1000011 1001111

Color Harmonies of #CCEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDA5

Black with #CCEDA5

Text Example


Text Example

White with #CCEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDA5; }

 p { color: rgb(204,237,165); }

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

background-color css

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

 a { background-color: rgb(204,237,165); }

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

border-color css

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

 span { border-color: rgb(204,237,165); }

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