Html Css Color HEX #CDEAE6 Foam

📋 copy color: '#CDEAE6'

red 205 ◦ green 234 ◦ blue 230

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

Shades of Foam #CDEAE6

Tints of Foam #CDEAE6

RGB

 RED value IS 205 (80.47% from 255) = 30.64%

 GREEN value IS 234 (91.8% from 255) = 34.98%

 BLUE value IS 230 (90.23% from 255) = 34.38%

R = 30.64%
G = 34.98%
B = 34.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CDEAE6 (or 0xCDEAE6) is known color: Foam. HEX triplet: CD, EA and E6. RGB value is (205,234,230). Sum of RGB (Red+Green+Blue) = 205+234+230=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAE6 is #321519. Grayscale: #E0E0E0. Windows color (decimal): -3282202 or 15133389. OLE color: 15133389.

HSL color Cylindrical-coordinate representation of color #CDEAE6: hue angle of 171.72º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEAE6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 230 -
CMYK 0.12 0 0.02 0.08
HSL 171.72º 0.41% 0.86% -
HSV(B) 171.72º 0.12% 0.92% -
XYZ 68.88 77.54 86.2 -
YUV 224.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 205 234 230 0.12 0 0.02 0.08 171.72 0.41 0.86
Hex CD EA E6 C 0 2 8 AC 29 56
Octal 315 352 346 14 0 2 10 254 51 126
Binary 11001101 11101010 11100110 1100 0 10 1000 10101100 101001 1010110

Color Harmonies of #CDEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAE6

Black with #CDEAE6

Text Example


Text Example

White with #CDEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAE6; }

 p { color: rgb(205,234,230); }

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

background-color css

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

 a { background-color: rgb(205,234,230); }

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

border-color css

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

 span { border-color: rgb(205,234,230); }

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