Html Css Color HEX #CFE4CC Blue Romance

📋 copy color: '#CFE4CC'

red 207 ◦ green 228 ◦ blue 204

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

Shades of Blue Romance #CFE4CC

Tints of Blue Romance #CFE4CC

RGB

 RED value IS 207 (81.25% from 255) = 32.39%

 GREEN value IS 228 (89.45% from 255) = 35.68%

 BLUE value IS 204 (80.08% from 255) = 31.92%

R = 32.39%
G = 35.68%
B = 31.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#CFE4CC (or 0xCFE4CC) is known color: Blue Romance. HEX triplet: CF, E4 and CC. RGB value is (207,228,204). Sum of RGB (Red+Green+Blue) = 207+228+204=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CC is #301B33. Grayscale: #DBDBDB. Windows color (decimal): -3152692 or 13427919. OLE color: 13427919.

HSL color Cylindrical-coordinate representation of color #CFE4CC: hue angle of 112.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE4CC is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 204 -
CMYK 0.09 0 0.11 0.11
HSL 112.5º 0.31% 0.85% -
HSV(B) 112.5º 0.11% 0.89% -
XYZ 64.37 73.11 67.85 -
YUV 218.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 207 228 204 0.09 0 0.11 0.11 112.5 0.31 0.85
Hex CF E4 CC 9 0 B B 70 1F 55
Octal 317 344 314 11 0 13 13 160 37 125
Binary 11001111 11100100 11001100 1001 0 1011 1011 1110000 11111 1010101

Color Harmonies of #CFE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4CC

Black with #CFE4CC

Text Example


Text Example

White with #CFE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4CC; }

 p { color: rgb(207,228,204); }

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

background-color css

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

 a { background-color: rgb(207,228,204); }

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

border-color css

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

 span { border-color: rgb(207,228,204); }

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