Html Css Color HEX #CCF8CA Blue Romance

📋 copy color: '#CCF8CA'

red 204 ◦ green 248 ◦ blue 202

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

Shades of Blue Romance #CCF8CA

Tints of Blue Romance #CCF8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.89%

R = 31.19%
G = 37.92%
B = 30.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#CCF8CA (or 0xCCF8CA) is known color: Blue Romance. HEX triplet: CC, F8 and CA. RGB value is (204,248,202). Sum of RGB (Red+Green+Blue) = 204+248+202=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CA is #330735. Grayscale: #E5E5E5. Windows color (decimal): -3344182 or 13301964. OLE color: 13301964.

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

Color convert

RGB 204 248 202 -
CMYK 0.18 0 0.19 0.03
HSL 117.39º 0.77% 0.88% -
HSV(B) 117.39º 0.19% 0.97% -
XYZ 69.13 84.24 68.49 -
YUV 229.6 112.42 109.74 -
System Red Green Blue C M Y K H S L
Decimal 204 248 202 0.18 0 0.19 0.03 117.39 0.77 0.88
Hex CC F8 CA 12 0 13 3 75 4D 58
Octal 314 370 312 22 0 23 3 165 115 130
Binary 11001100 11111000 11001010 10010 0 10011 11 1110101 1001101 1011000

Color Harmonies of #CCF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8CA

Black with #CCF8CA

Text Example


Text Example

White with #CCF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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