Html Css Color HEX #CEF5CD Blue Romance

📋 copy color: '#CEF5CD'

red 206 ◦ green 245 ◦ blue 205

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

Shades of Blue Romance #CEF5CD

Tints of Blue Romance #CEF5CD

RGB

 RED value IS 206 (80.86% from 255) = 31.4%

 GREEN value IS 245 (96.09% from 255) = 37.35%

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

R = 31.4%
G = 37.35%
B = 31.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#CEF5CD (or 0xCEF5CD) is known color: Blue Romance. HEX triplet: CE, F5 and CD. RGB value is (206,245,205). Sum of RGB (Red+Green+Blue) = 206+245+205=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5CD is #310A32. Grayscale: #E4E4E4. Windows color (decimal): -3213875 or 13497806. OLE color: 13497806.

HSL color Cylindrical-coordinate representation of color #CEF5CD: hue angle of 118.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5CD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 205 -
CMYK 0.16 0 0.16 0.04
HSL 118.5º 0.67% 0.88% -
HSV(B) 118.5º 0.16% 0.96% -
XYZ 69.13 82.83 70.1 -
YUV 228.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 206 245 205 0.16 0 0.16 0.04 118.5 0.67 0.88
Hex CE F5 CD 10 0 10 4 76 43 58
Octal 316 365 315 20 0 20 4 166 103 130
Binary 11001110 11110101 11001101 10000 0 10000 100 1110110 1000011 1011000

Color Harmonies of #CEF5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF5CD

Black with #CEF5CD

Text Example


Text Example

White with #CEF5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF5CD; }

 p { color: rgb(206,245,205); }

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

background-color css

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

 a { background-color: rgb(206,245,205); }

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

border-color css

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

 span { border-color: rgb(206,245,205); }

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