Html Css Color HEX #CCF0CC Blue Romance

📋 copy color: '#CCF0CC'

red 204 ◦ green 240 ◦ blue 204

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

Shades of Blue Romance #CCF0CC

Tints of Blue Romance #CCF0CC

RGB

 RED value IS 204 (80.08% from 255) = 31.48%

 GREEN value IS 240 (94.14% from 255) = 37.04%

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

R = 31.48%
G = 37.04%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#CCF0CC (or 0xCCF0CC) is known color: Blue Romance. HEX triplet: CC, F0 and CC. RGB value is (204,240,204). Sum of RGB (Red+Green+Blue) = 204+240+204=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CC is #330F33. Grayscale: #E1E1E1. Windows color (decimal): -3346228 or 13430988. OLE color: 13430988.

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

Color convert

RGB 204 240 204 -
CMYK 0.15 0 0.15 0.06
HSL 120º 0.55% 0.87% -
HSV(B) 120º 0.15% 0.94% -
XYZ 66.96 79.52 68.95 -
YUV 225.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 204 240 204 0.15 0 0.15 0.06 120 0.55 0.87
Hex CC F0 CC F 0 F 6 78 37 57
Octal 314 360 314 17 0 17 6 170 67 127
Binary 11001100 11110000 11001100 1111 0 1111 110 1111000 110111 1010111

Color Harmonies of #CCF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0CC

Black with #CCF0CC

Text Example


Text Example

White with #CCF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0CC; }

 p { color: rgb(204,240,204); }

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

background-color css

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

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

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

border-color css

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

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

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