Html Css Color HEX #CCFACD Blue Romance

📋 copy color: '#CCFACD'

red 204 ◦ green 250 ◦ blue 205

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

Shades of Blue Romance #CCFACD

Tints of Blue Romance #CCFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.94%

 BLUE value IS 205 (80.47% from 255) = 31.11%

R = 30.96%
G = 37.94%
B = 31.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#CCFACD (or 0xCCFACD) is known color: Blue Romance. HEX triplet: CC, FA and CD. RGB value is (204,250,205). Sum of RGB (Red+Green+Blue) = 204+250+205=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACD is #330532. Grayscale: #E7E7E7. Windows color (decimal): -3343667 or 13499084. OLE color: 13499084.

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

Color convert

RGB 204 250 205 -
CMYK 0.18 0 0.18 0.02
HSL 121.3º 0.82% 0.89% -
HSV(B) 121.3º 0.18% 0.98% -
XYZ 70.11 85.62 70.59 -
YUV 231.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 204 250 205 0.18 0 0.18 0.02 121.3 0.82 0.89
Hex CC FA CD 12 0 12 2 79 52 59
Octal 314 372 315 22 0 22 2 171 122 131
Binary 11001100 11111010 11001101 10010 0 10010 10 1111001 1010010 1011001

Color Harmonies of #CCFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFACD

Black with #CCFACD

Text Example


Text Example

White with #CCFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFACD; }

 p { color: rgb(204,250,205); }

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

background-color css

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

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

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

border-color css

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

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

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