Html Css Color HEX #CCF2CC Blue Romance

📋 copy color: '#CCF2CC'

red 204 ◦ green 242 ◦ blue 204

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

Shades of Blue Romance #CCF2CC

Tints of Blue Romance #CCF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

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

R = 31.38%
G = 37.23%
B = 31.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#CCF2CC (or 0xCCF2CC) is known color: Blue Romance. HEX triplet: CC, F2 and CC. RGB value is (204,242,204). Sum of RGB (Red+Green+Blue) = 204+242+204=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CC is #330D33. Grayscale: #E2E2E2. Windows color (decimal): -3345716 or 13431500. OLE color: 13431500.

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

Color convert

RGB 204 242 204 -
CMYK 0.16 0 0.16 0.05
HSL 120º 0.59% 0.87% -
HSV(B) 120º 0.16% 0.95% -
XYZ 67.55 80.7 69.14 -
YUV 226.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 204 242 204 0.16 0 0.16 0.05 120 0.59 0.87
Hex CC F2 CC 10 0 10 5 78 3B 57
Octal 314 362 314 20 0 20 5 170 73 127
Binary 11001100 11110010 11001100 10000 0 10000 101 1111000 111011 1010111

Color Harmonies of #CCF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2CC

Black with #CCF2CC

Text Example


Text Example

White with #CCF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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