Html Css Color HEX #CCDEAE Reef

📋 copy color: '#CCDEAE'

red 204 ◦ green 222 ◦ blue 174

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

Shades of Reef #CCDEAE

Tints of Reef #CCDEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 34%
G = 37%
B = 29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#CCDEAE (or 0xCCDEAE) is known color: Reef. HEX triplet: CC, DE and AE. RGB value is (204,222,174). Sum of RGB (Red+Green+Blue) = 204+222+174=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEAE is #332151. Grayscale: #D3D3D3. Windows color (decimal): -3350866 or 11460300. OLE color: 11460300.

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

Color convert

RGB 204 222 174 -
CMYK 0.08 0 0.22 0.13
HSL 82.5º 0.42% 0.78% -
HSV(B) 82.5º 0.22% 0.87% -
XYZ 58.66 68.14 50.1 -
YUV 211.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 204 222 174 0.08 0 0.22 0.13 82.5 0.42 0.78
Hex CC DE AE 8 0 16 D 52 2A 4E
Octal 314 336 256 10 0 26 15 122 52 116
Binary 11001100 11011110 10101110 1000 0 10110 1101 1010010 101010 1001110

Color Harmonies of #CCDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEAE

Black with #CCDEAE

Text Example


Text Example

White with #CCDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEAE; }

 p { color: rgb(204,222,174); }

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

background-color css

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

 a { background-color: rgb(204,222,174); }

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

border-color css

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

 span { border-color: rgb(204,222,174); }

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