Html Css Color HEX #CEF6CD Blue Romance

📋 copy color: '#CEF6CD'

red 206 ◦ green 246 ◦ blue 205

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

Shades of Blue Romance #CEF6CD

Tints of Blue Romance #CEF6CD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.44%

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

R = 31.35%
G = 37.44%
B = 31.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#CEF6CD (or 0xCEF6CD) is known color: Blue Romance. HEX triplet: CE, F6 and CD. RGB value is (206,246,205). Sum of RGB (Red+Green+Blue) = 206+246+205=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6CD is #310932. Grayscale: #E5E5E5. Windows color (decimal): -3213619 or 13498062. OLE color: 13498062.

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

Color convert

RGB 206 246 205 -
CMYK 0.16 0 0.17 0.04
HSL 118.54º 0.69% 0.88% -
HSV(B) 118.54º 0.17% 0.96% -
XYZ 69.43 83.44 70.2 -
YUV 229.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 206 246 205 0.16 0 0.17 0.04 118.54 0.69 0.88
Hex CE F6 CD 10 0 11 4 77 45 58
Octal 316 366 315 20 0 21 4 167 105 130
Binary 11001110 11110110 11001101 10000 0 10001 100 1110111 1000101 1011000

Color Harmonies of #CEF6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF6CD

Black with #CEF6CD

Text Example


Text Example

White with #CEF6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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