Html Css Color HEX #CADFCC Edgewater

📋 copy color: '#CADFCC'

red 202 ◦ green 223 ◦ blue 204

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

Shades of Edgewater #CADFCC

Tints of Edgewater #CADFCC

RGB

 RED value IS 202 (79.3% from 255) = 32.11%

 GREEN value IS 223 (87.5% from 255) = 35.45%

 BLUE value IS 204 (80.08% from 255) = 32.43%

R = 32.11%
G = 35.45%
B = 32.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CADFCC (or 0xCADFCC) is known color: Edgewater. HEX triplet: CA, DF and CC. RGB value is (202,223,204). Sum of RGB (Red+Green+Blue) = 202+223+204=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFCC is #352033. Grayscale: #D6D6D6. Windows color (decimal): -3481652 or 13426634. OLE color: 13426634.

HSL color Cylindrical-coordinate representation of color #CADFCC: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADFCC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 223 204 -
CMYK 0.09 0 0.09 0.13
HSL 125.71º 0.25% 0.83% -
HSV(B) 125.71º 0.09% 0.87% -
XYZ 61.64 69.69 67.33 -
YUV 214.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 202 223 204 0.09 0 0.09 0.13 125.71 0.25 0.83
Hex CA DF CC 9 0 9 D 7E 19 53
Octal 312 337 314 11 0 11 15 176 31 123
Binary 11001010 11011111 11001100 1001 0 1001 1101 1111110 11001 1010011

Color Harmonies of #CADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFCC

Black with #CADFCC

Text Example


Text Example

White with #CADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFCC; }

 p { color: rgb(202,223,204); }

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

background-color css

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

 a { background-color: rgb(202,223,204); }

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

border-color css

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

 span { border-color: rgb(202,223,204); }

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