Html Css Color HEX #CDEFEB Foam

📋 copy color: '#CDEFEB'

red 205 ◦ green 239 ◦ blue 235

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

Shades of Foam #CDEFEB

Tints of Foam #CDEFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.2%

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 30.19%
G = 35.2%
B = 34.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#CDEFEB (or 0xCDEFEB) is known color: Foam. HEX triplet: CD, EF and EB. RGB value is (205,239,235). Sum of RGB (Red+Green+Blue) = 205+239+235=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFEB is #321014. Grayscale: #E4E4E4. Windows color (decimal): -3280917 or 15462349. OLE color: 15462349.

HSL color Cylindrical-coordinate representation of color #CDEFEB: hue angle of 172.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFEB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 235 -
CMYK 0.14 0 0.02 0.06
HSL 172.94º 0.52% 0.87% -
HSV(B) 172.94º 0.14% 0.94% -
XYZ 71.04 80.71 90.43 -
YUV 228.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 205 239 235 0.14 0 0.02 0.06 172.94 0.52 0.87
Hex CD EF EB E 0 2 6 AD 34 57
Octal 315 357 353 16 0 2 6 255 64 127
Binary 11001101 11101111 11101011 1110 0 10 110 10101101 110100 1010111

Color Harmonies of #CDEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEFEB

Black with #CDEFEB

Text Example


Text Example

White with #CDEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEFEB; }

 p { color: rgb(205,239,235); }

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

background-color css

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

 a { background-color: rgb(205,239,235); }

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

border-color css

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

 span { border-color: rgb(205,239,235); }

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