Html Css Color HEX #CADCCD Edgewater

📋 copy color: '#CADCCD'

red 202 ◦ green 220 ◦ blue 205

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

Shades of Edgewater #CADCCD

Tints of Edgewater #CADCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.09%

 BLUE value IS 205 (80.47% from 255) = 32.7%

R = 32.22%
G = 35.09%
B = 32.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#CADCCD (or 0xCADCCD) is known color: Edgewater. HEX triplet: CA, DC and CD. RGB value is (202,220,205). Sum of RGB (Red+Green+Blue) = 202+220+205=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCD is #352332. Grayscale: #D4D4D4. Windows color (decimal): -3482419 or 13491402. OLE color: 13491402.

HSL color Cylindrical-coordinate representation of color #CADCCD: hue angle of 130º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCCD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 205 -
CMYK 0.08 0 0.07 0.14
HSL 130º 0.2% 0.83% -
HSV(B) 130º 0.08% 0.86% -
XYZ 60.97 68.15 67.7 -
YUV 212.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 202 220 205 0.08 0 0.07 0.14 130 0.2 0.83
Hex CA DC CD 8 0 7 E 82 14 53
Octal 312 334 315 10 0 7 16 202 24 123
Binary 11001010 11011100 11001101 1000 0 111 1110 10000010 10100 1010011

Color Harmonies of #CADCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCCD

Black with #CADCCD

Text Example


Text Example

White with #CADCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCCD; }

 p { color: rgb(202,220,205); }

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

background-color css

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

 a { background-color: rgb(202,220,205); }

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

border-color css

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

 span { border-color: rgb(202,220,205); }

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