Html Css Color HEX #CCF8CC Blue Romance

📋 copy color: '#CCF8CC'

red 204 ◦ green 248 ◦ blue 204

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

Shades of Blue Romance #CCF8CC

Tints of Blue Romance #CCF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.8%

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

R = 31.1%
G = 37.8%
B = 31.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#CCF8CC (or 0xCCF8CC) is known color: Blue Romance. HEX triplet: CC, F8 and CC. RGB value is (204,248,204). Sum of RGB (Red+Green+Blue) = 204+248+204=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CC is #330733. Grayscale: #E5E5E5. Windows color (decimal): -3344180 or 13433036. OLE color: 13433036.

HSL color Cylindrical-coordinate representation of color #CCF8CC: hue angle of 120º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8CC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 204 -
CMYK 0.18 0 0.18 0.03
HSL 120º 0.76% 0.89% -
HSV(B) 120º 0.18% 0.97% -
XYZ 69.37 84.33 69.75 -
YUV 229.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 204 248 204 0.18 0 0.18 0.03 120 0.76 0.89
Hex CC F8 CC 12 0 12 3 78 4C 59
Octal 314 370 314 22 0 22 3 170 114 131
Binary 11001100 11111000 11001100 10010 0 10010 11 1111000 1001100 1011001

Color Harmonies of #CCF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8CC

Black with #CCF8CC

Text Example


Text Example

White with #CCF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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